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

2
stats.sql Normal file
View File

@@ -0,0 +1,2 @@
select 'stage', count(*) from stage;
select 'requests ', count(*) from requests;