mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-11 23:37:05 +00:00
4 lines
101 B
Bash
4 lines
101 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql invidious -c "ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz;"
|