mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql invidious kemal -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"
|