mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
|
|
psql invidious kemal -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"
|