PluralKit/PluralKit.Core/Migrations/6.sql

3 lines
132 B
MySQL
Raw Normal View History

2020-03-21 08:04:41 -05:00
-- SCHEMA VERSION 6: 2020-03-21
alter table systems add column pings bool not null default true;
update info set schema_version = 6;