invidious-copy-2022-08-14/config/migrate-scripts/migrate-db-6e51189.sh
2019-03-22 14:52:57 -05:00

4 lines
No EOL
147 B
Bash
Executable file

#!/bin/sh
psql invidious -c "ALTER TABLE channel_videos ADD COLUMN live_now bool;"
psql invidious -c "UPDATE channel_videos SET live_now = false;"