Moving drools and xacml schema/tables management to db-migrator 56/138756/1
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 15 Aug 2024 08:57:14 +0000 (09:57 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 15 Aug 2024 10:01:30 +0000 (11:01 +0100)
commite43dc1f862192cd1870ed89b1e8722f022d8f88c
tree31e00f55f52057e871eb9088515073e5b2983f82
parent85428a6302a499db4fa000e575fdcf72a1ea0f83
Moving drools and xacml schema/tables management to db-migrator

- operationshistory is a shared table for drools and xacml, hence
moving it also
- postgres support added with taking management away from
components.

Issue-ID: POLICY-5107
Change-Id: I9bd263336bd7e65ab8812af63467773b48d388a4
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
15 files changed:
policy-db-migrator/src/main/docker/Dockerfile
policy-db-migrator/src/main/docker/config/operationshistory/postgres/1600/downgrade/0100-ophistory_id_sequence.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/postgres/1600/downgrade/0110-operationshistory.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/postgres/1600/upgrade/0100-ophistory_id_sequence.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/postgres/1600/upgrade/0110-operationshistory.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/sql/1600/downgrade/0100-ophistory_id_sequence.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/sql/1600/downgrade/0110-operationshistory.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/sql/1600/upgrade/0100-ophistory_id_sequence.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/operationshistory/sql/1600/upgrade/0110-operationshistory.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/pooling/postgres/1600/downgrade/0100-distributed.locking.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/pooling/postgres/1600/upgrade/0100-distributed.locking.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/pooling/sql/1600/downgrade/0100-distributed.locking.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/config/pooling/sql/1600/upgrade/0100-distributed.locking.sql [new file with mode: 0644]
policy-db-migrator/src/main/docker/db-migrator
policy-db-migrator/src/main/docker/db-migrator-pg