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