PluralKit/PluralKit.Core/Database/Migrations/45.sql
2024-11-10 03:34:06 +09:00

6 lines
No EOL
172 B
SQL

-- 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;