mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
whoops
This commit is contained in:
parent
56bb5e975f
commit
ece7a523ba
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ create table command_message
|
|||
|
||||
create function cleanup_command_message() returns void as $$
|
||||
begin
|
||||
delete from command_message where timestamp < now() - interval '1 minute';
|
||||
delete from command_message where timestamp < now() - interval '1 hour';
|
||||
end;
|
||||
$$ language plpgsql;
|
||||
|
||||
update info set schema_version = 11;
|
||||
update info set schema_version = 11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue