This website requires JavaScript.
Explore
Help
Sign In
lug
/
invidious
Watch
7
Star
0
Fork
0
You've already forked invidious
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
591a6b330a
invidious
/
config
/
migrate-scripts
/
migrate-db-88b7097.sh
4 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Add migrate script and update README
2019-02-10 10:46:58 -08:00
#!/bin/sh
Rename migrate scripts
2019-03-23 09:28:24 -07:00
psql invidious -c
"ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz;"
Reference in New Issue
Copy Permalink