Add users table

This commit is contained in:
Omar Roth
2018-03-29 21:41:05 -05:00
parent 4a7fc4ea69
commit 6c4cfbe39d
6 changed files with 89 additions and 16 deletions

View File

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