mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
6 lines
172 B
MySQL
6 lines
172 B
MySQL
|
|
-- 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;
|