mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-01-24 06:36:34 +01:00
5 lines
140 B
Bash
5 lines
140 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql invidious -c "ALTER TABLE channels ADD COLUMN subscribed bool;"
|
||
|
psql invidious -c "UPDATE channels SET subscribed = false;"
|