PluralKit/PluralKit.Core/Migrations/6.sql
2020-06-11 21:19:40 +02:00

3 lines
No EOL
132 B
SQL
Executable file

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