mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
feat: move scheduled tasks to separate project
This commit is contained in:
parent
362770eef0
commit
3bc451eb4b
13 changed files with 1560 additions and 42 deletions
10
PluralKit.Core/Database/Migrations/19.sql
Normal file
10
PluralKit.Core/Database/Migrations/19.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- 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;
|
||||
|
||||
update info set schema_version = 18;
|
||||
Loading…
Add table
Add a link
Reference in a new issue