Misc. changes

This commit is contained in:
Joe Tretter
2020-10-23 17:49:37 +01:00
parent a460398d27
commit 0ccc453326
4 changed files with 23 additions and 5008 deletions

View File

@@ -1,3 +1,7 @@
select 'Merging Stage into requests';
insert into requests select * from stage where not exists (select 1 from requests where requests.id=stage.id);
drop table stage;
select 'Vacuuming the DB';
vacuum;