This commit is contained in:
spiral
2020-10-18 01:06:20 -05:00
committed by GitHub
parent 56bb5e975f
commit ece7a523ba

View File

@@ -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;