- change version on 1.8
- add docker-compose - update entaxy
This commit is contained in:
4
distribution/entaxy-docker/postgres/create-db.sql
Normal file
4
distribution/entaxy-docker/postgres/create-db.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE DATABASE esb_entaxy;
|
||||
GRANT ALL PRIVILEGES ON DATABASE esb_entaxy TO entaxy;
|
||||
CREATE DATABASE db_connector_test;
|
||||
GRANT ALL PRIVILEGES ON DATABASE db_connector_test TO entaxy;
|
||||
Reference in New Issue
Block a user