PluralKit/PluralKit.Core/Database/Migrations/40.sql

6 lines
162 B
MySQL
Raw Normal View History

-- database version 40
-- add per-server keepproxy toggle
alter table member_guild add column keep_proxy bool default null;
update info set schema_version = 40;