Add 'needs_update' column for scheduling feed refresh

This commit is contained in:
Omar Roth
2019-06-01 10:19:18 -05:00
parent 701b5ea561
commit 18d66ddded
7 changed files with 46 additions and 125 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
psql invidious kemal -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"