mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-25 15:45:33 -04:00
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
psql invidious kemal -c "ALTER TABLE channels ADD COLUMN subscribed bool;"
|
|
psql invidious kemal -c "UPDATE channels SET subscribed = false;"
|