mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +00:00
Add configurable autoproxy latch timeout
This commit is contained in:
parent
37294b68da
commit
8e5fb6520b
8 changed files with 70 additions and 10 deletions
|
|
@ -1,7 +1,9 @@
|
|||
-- SCHEMA VERSION 12: <insert date> --
|
||||
-- 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;
|
||||
update info set schema_version = 12;
|
||||
Loading…
Add table
Add a link
Reference in a new issue