mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2024-12-28 09:41:09 +01:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
psql invidious -c "ALTER TABLE channels ADD COLUMN subscribed bool;"
|
|
psql invidious -c "UPDATE channels SET subscribed = false;"
|