Misc. changes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user