invidious-with-companion/config/migrate-scripts/migrate-db-30e6d29.sh

5 lines
146 B
Bash
Raw Normal View History

2019-02-09 13:18:24 -03:00
#!/bin/sh
2019-04-06 09:38:33 -03:00
psql invidious kemal -c "ALTER TABLE channels ADD COLUMN deleted bool;"
psql invidious kemal -c "UPDATE channels SET deleted = false;"