mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
fix(bot): add callback to update message count after proxying
also re-add -with-last-message flag :D
This commit is contained in:
parent
8e0454a13b
commit
24db9f28c2
9 changed files with 32 additions and 17 deletions
6
PluralKit.Core/Database/Migrations/32.sql
Normal file
6
PluralKit.Core/Database/Migrations/32.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- database version 32
|
||||
-- re-add last message timestamp to members
|
||||
|
||||
alter table members add column last_message_timestamp timestamp;
|
||||
|
||||
update info set schema_version = 32;
|
||||
Loading…
Add table
Add a link
Reference in a new issue