mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
6 lines
171 B
MySQL
6 lines
171 B
MySQL
|
|
-- database version 54
|
||
|
|
-- rename blacklist column to proxy blacklist
|
||
|
|
|
||
|
|
alter table servers rename column blacklist to proxy_blacklist;
|
||
|
|
|
||
|
|
update info set schema_version = 54;
|