PluralKit/crates/migrate/data/migrations/55.sql

6 lines
199 B
MySQL
Raw Normal View History

2026-01-12 17:14:12 -07:00
-- 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;