This website requires JavaScript.
Explore
Help
Register
Sign In
midou
/
invidious
Watch
1
Star
0
Fork
1
You've already forked invidious
mirror of
https://github.com/iv-org/invidious.git
synced
2025-01-13 18:22:19 +05:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 12:46:58 -06:00
#!/bin/sh
Rename migrate scripts
2019-03-23 11:28:24 -05:00
psql invidious -c
"ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz;"
Reference in New Issue
Copy Permalink