5 lines
146 B
Bash
Raw Normal View History

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