mirror of
https://github.com/iv-org/invidious
synced 2024-11-11 05:33:35 +01:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz;"
|