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