mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-07 22:02:17 -04:00
Update pubsub to support lease_seconds
This commit is contained in:
parent
8e884fe115
commit
7425700009
5 changed files with 19 additions and 13 deletions
4
config/migrate-scripts/migrate-db-8e884fe1.sh
Executable file
4
config/migrate-scripts/migrate-db-8e884fe1.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
psql invidious -c "ALTER TABLE channels DROP COLUMN subscribed"
|
||||
psql invidious -c "ALTER TABLE channels ADD COLUMN subscribed timestamptz"
|
Loading…
Add table
Add a link
Reference in a new issue