mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
7 lines
228 B
MySQL
7 lines
228 B
MySQL
|
|
-- database version 51
|
||
|
|
--
|
||
|
|
-- add guild setting for SUPPRESS_NOTIFICATIONS message flag on proxied messages
|
||
|
|
|
||
|
|
alter table servers add column suppress_notifications bool not null default false;
|
||
|
|
|
||
|
|
update info set schema_version = 51;
|