mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
3 lines
132 B
MySQL
3 lines
132 B
MySQL
|
|
-- SCHEMA VERSION 6: 2020-03-21
|
||
|
|
alter table systems add column pings bool not null default true;
|
||
|
|
update info set schema_version = 6;
|