Add disabling front/latch autoproxy per-member
This commit is contained in:
5
PluralKit.Core/Database/Migrations/12.sql
Normal file
5
PluralKit.Core/Database/Migrations/12.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- SCHEMA VERSION 12: <insert date> --
|
||||
-- Add disabling front/latch autoproxy per-member --
|
||||
|
||||
alter table members add column allow_autoproxy bool not null default true;
|
||||
update info set schema_version = 12;
|
Reference in New Issue
Block a user