2021-10-15 10:27:38 +00:00
|
|
|
-- schema version 19: 2021-10-15 --
|
|
|
|
-- add stats to info table
|
|
|
|
|
|
|
|
alter table info add column system_count int;
|
|
|
|
alter table info add column member_count int;
|
|
|
|
alter table info add column group_count int;
|
|
|
|
alter table info add column switch_count int;
|
|
|
|
alter table info add column message_count int;
|
|
|
|
|
2021-10-19 22:09:21 +00:00
|
|
|
update info set schema_version = 19;
|