forked from midou/invidious
assets
config
migrate-scripts
migrate-db-17cf077.sh
migrate-db-1c8075c.sh
migrate-db-30e6d29.sh
migrate-db-3646395.sh
migrate-db-6e51189.sh
migrate-db-88b7097.sh
migrate-db-8e884fe.sh
sql
config.yml
docker
locales
screenshots
spec
src
.editorconfig
.gitignore
CHANGELOG.md
LICENSE
README.md
docker-compose.yml
invidious.service
shard.yml
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
psql invidious -c "ALTER TABLE channels ADD COLUMN deleted bool;"
|
|
psql invidious -c "UPDATE channels SET deleted = false;"
|