1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-01-15 03:02:16 +05:30

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;"