invidious-copy-2022-03-16/config/migrate-scripts/migrate-db-17cf077.sh
2019-04-06 07:38:33 -05:00

5 lines
152 B
Bash
Executable file

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