Use seperate table for videos pulled from RSS

This commit is contained in:
Omar Roth
2018-03-28 22:29:54 -05:00
parent e89f15a65c
commit 239a6c892c
6 changed files with 81 additions and 54 deletions

View File

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