mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
7 lines
181 B
SQL
7 lines
181 B
SQL
-- database version 47
|
|
-- remove unused functions
|
|
|
|
drop function trg_msgcount_decrement cascade;
|
|
drop function trg_msgcount_increment cascade;
|
|
|
|
update info set schema_version = 49;
|