mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
5 lines
No EOL
204 B
SQL
5 lines
No EOL
204 B
SQL
-- 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; |