Update with latest; changed target location

This commit is contained in:
Jorg Tretter
2021-05-06 09:24:29 -05:00
parent 488a5e39d6
commit cc62eb3511
4 changed files with 16 additions and 15 deletions

View File

@@ -1,7 +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;
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;