mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Convert autoproxy timeout to use seconds
This commit is contained in:
parent
ab3ccac60f
commit
db4e41a232
6 changed files with 36 additions and 25 deletions
|
|
@ -1,9 +1,10 @@
|
|||
-- SCHEMA VERSION 12: <insert date> --
|
||||
-- SCHEMA VERSION 12: 2020-12-08 --
|
||||
-- Add disabling front/latch autoproxy per-member --
|
||||
-- Add disabling autoproxy per-account --
|
||||
-- Add configurable latch timeout --
|
||||
|
||||
alter table members add column allow_autoproxy bool not null default true;
|
||||
alter table accounts add column allow_autoproxy bool not null default true;
|
||||
alter table systems add column latch_timeout int not null default -1;
|
||||
alter table systems add column latch_timeout int; -- in seconds
|
||||
|
||||
update info set schema_version = 12;
|
||||
Loading…
Add table
Add a link
Reference in a new issue