summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-30e6d29.sh
blob: 3a37746170f73dbab60ac8374b9c830e52ce265c (plain)
1
2
3
4
#!/bin/sh

psql invidious kemal -c "ALTER TABLE channels ADD COLUMN deleted bool;"
psql invidious kemal -c "UPDATE channels SET deleted = false;"
td>SimonBrazell 2020-11-04Closes #113 - Added support for FreeTubeSimonBrazell 2020-11-04Clean up invidious random instance listSimonBrazell 2020-10-23Rename _locales/store.md to _locales/pl/store.mdAustin Huang