mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Add disabling autoproxy per-account
This commit is contained in:
parent
41247c68a6
commit
37294b68da
8 changed files with 98 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
-- SCHEMA VERSION 12: <insert date> --
|
||||
-- Add disabling front/latch autoproxy per-member --
|
||||
-- Add disabling autoproxy per-account --
|
||||
|
||||
alter table members add column allow_autoproxy bool not null default true;
|
||||
alter table accounts add column allow_autoproxy bool not null default true;
|
||||
update info set schema_version = 12;
|
||||
Loading…
Add table
Add a link
Reference in a new issue