mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 18:20:11 +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 $$
|
create function cleanup_command_message() returns void as $$
|
||||||
begin
|
begin
|
||||||
delete from command_message where timestamp < now() - interval '1 minute';
|
delete from command_message where timestamp < now() - interval '1 hour';
|
||||||
end;
|
end;
|
||||||
$$ language plpgsql;
|
$$ 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