This website works better with JavaScript.
Explore
Help
Sign In
helix
/
invidious
Watch
1
Star
0
Fork
You've already forked invidious
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fb06482916
invidious
/
config
/
migrate-scripts
/
migrate-db-52cb239.sh
4 lines
89 B
Bash
Raw
Blame
History
#!/bin/sh
psql invidious kemal -c
"ALTER TABLE channel_videos ADD COLUMN views bigint;"
Reference in New Issue
View Git Blame
Copy Permalink