Add channel sql

This commit is contained in:
Omar Roth
2018-03-24 22:44:17 -05:00
parent 253ea8113b
commit 908543dd62
3 changed files with 32 additions and 1 deletions

View File

@ -2,4 +2,5 @@
createdb invidious
createuser kemal
psql invidious < videos.sql
psql invidious < config/sql/channels.sql
psql invidious < config/sql/videos.sql