summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-6e51189.sh
blob: ce72811869714793a9281a32ce135def8f7ce3d7 (plain)
1
2
3
4
#!/bin/sh

psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN live_now bool;"
psql invidious kemal -c "UPDATE channel_videos SET live_now = false;"
'>Fix missing query strings in redirectsv1.1.5SimonBrazell 2020-02-01Add support for Bibliogram redirectsv1.1.4SimonBrazell 2020-01-15Fix embedded video redirectsSimonBrazell 2019-10-30Update screen shots for latest buildSimonBrazell 2019-10-30Add instances to popup menuSimonBrazell