mirror of
https://github.com/iv-org/invidious.git
synced 2026-04-18 21:54:22 -04:00
Add 'needs_update' column for scheduling feed refresh
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
psql invidious kemal -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"
|
||||
Reference in New Issue
Block a user