Refine contribution #595

- Update versions of jdbc driver and docker image
- Update Javadocs
- Remove JOB_CONFIGURATION_LOCATION from DDL schema
- Remove unused resources
This commit is contained in:
Mahmoud Ben Hassine
2021-12-28 06:36:49 +01:00
parent 9388abb589
commit 968a5b5b2e
15 changed files with 134 additions and 164 deletions

View File

@@ -1,2 +0,0 @@
#macro (sequence $name $value)CREATE SEQUENCE ${name} START WITH ${value} MINVALUE 0;
#end