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