mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
3 lines
No EOL
140 B
SQL
3 lines
No EOL
140 B
SQL
-- SCHEMA VERSION 6: 2020-03-21
|
|
alter table systems add column pings_enabled bool not null default true;
|
|
update info set schema_version = 6; |