PluralKit/crates/migrate/data/migrations/45.sql

6 lines
172 B
MySQL
Raw Permalink Normal View History

-- database version 45
-- add new config setting "proxy_switch"
alter table system_config add column proxy_switch bool default false;
update info set schema_version = 45;