mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
6 lines
No EOL
171 B
SQL
6 lines
No EOL
171 B
SQL
-- database version 54
|
|
-- rename blacklist column to proxy blacklist
|
|
|
|
alter table servers rename column blacklist to proxy_blacklist;
|
|
|
|
update info set schema_version = 54; |