4 lines
101 B
Bash
Raw Normal View History

2019-02-10 12:46:58 -06:00
#!/bin/sh
2019-03-23 11:28:24 -05:00
psql invidious -c "ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz;"