summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-1c8075c.sh
blob: 63954397ea2284a564cd43a70e5da82f60647d82 (plain)
1
2
3
4
5
6
7
#!/bin/sh

psql invidious kemal -c "ALTER TABLE channel_videos DROP COLUMN live_now CASCADE"
psql invidious kemal -c "ALTER TABLE channel_videos DROP COLUMN premiere_timestamp CASCADE"

psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN live_now bool"
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz"
01-24Use logger instead of STDOUTOmar Roth 2019-01-24Update ar.json (#314)Esmail EL BoB 2019-01-24Update ar.jsonEsmail EL BoB 2019-01-24Add fix to download widget for titles with unescaped charactersOmar Roth 2019-01-23Add redirect for legacy '/profile' endpointOmar Roth 2019-01-23Add missing text to localesOmar Roth 2019-01-23Add missing text to en-US.jsonOmar Roth 2019-01-23Use params for importing dash sourcesOmar Roth 2019-01-23Fix typo in default.cssOmar Roth 2019-01-23Add download widgetOmar Roth 2019-01-23Stop trying to pull comments after 10 timeoutsOmar Roth 2019-01-23Update invidious usagePerflyst 2019-01-23Run 'crystal tool format'Omar Roth 2019-01-23Add logfile to systemd service and fix pathPerflyst 2019-01-23Fix typo in config documentationOmar Roth 2019-01-23Add documentation to configOmar Roth 2019-01-23Add -o option for redirecting outputOmar Roth 2019-01-23Rewrite installation guidePerflyst 2019-01-23Delete setup.shPerflyst 2019-01-23Resize player to better fit larger screensOmar Roth 2019-01-21Add IRC to READMEOmar Roth 2019-01-21Add 'fr' to list of supported localesOmar Roth