mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 18:54:07 +00:00
Add 'deleted' to channel info
This commit is contained in:
4
config/migrate-scripts/migrate-db-e1aa1ce.sh
Normal file
4
config/migrate-scripts/migrate-db-e1aa1ce.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
psql invidious -c "ALTER TABLE channels ADD COLUMN deleted bool;"
|
||||
psql invidious -c "UPDATE channels SET deleted = false;"
|
Reference in New Issue
Block a user