diff options
Diffstat (limited to 'config/migrate-scripts/migrate-db-6e51189.sh')
| -rwxr-xr-x | config/migrate-scripts/migrate-db-6e51189.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/migrate-scripts/migrate-db-6e51189.sh b/config/migrate-scripts/migrate-db-6e51189.sh new file mode 100755 index 00000000..80f222bb --- /dev/null +++ b/config/migrate-scripts/migrate-db-6e51189.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +psql invidious -c "ALTER TABLE channel_videos ADD COLUMN live_now bool;" +psql invidious -c "UPDATE channel_videos SET live_now = false;"
\ No newline at end of file |
