Initial Checkin

This commit is contained in:
Jorg Tretter
2020-10-22 13:37:44 -05:00
commit 8d5e57ed71
6 changed files with 5062 additions and 0 deletions

3
mergeData.sql Normal file
View File

@@ -0,0 +1,3 @@
select 'Merging Stage into requests';
insert into requests select * from stage where not exists (select 1 from requests where requests.id=stage.id);