mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
Add disabling front/latch autoproxy per-member
This commit is contained in:
parent
7f82a3e63a
commit
41247c68a6
11 changed files with 62 additions and 5 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue