mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
6 lines
199 B
MySQL
6 lines
199 B
MySQL
|
|
-- database version 55
|
||
|
|
-- add command blacklist option for servers
|
||
|
|
|
||
|
|
alter table servers add column command_blacklist bigint[] not null default array[]::bigint[];
|
||
|
|
|
||
|
|
update info set schema_version = 55;
|