mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fixed schema version
This commit is contained in:
parent
3bc451eb4b
commit
ffe23829db
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ 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;
|
||||
update info set schema_version = 19;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue