Add 'views' to channel_videos

This commit is contained in:
Omar Roth
2019-05-30 15:09:39 -05:00
parent 52cb239194
commit 64464f23ae
5 changed files with 22 additions and 9 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN views bigint;"