summaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-05-17 16:40:44 +0100
committerToineSiebelink <toine.siebelink@est.tech>2023-05-17 16:40:44 +0100
commit9fde458a5c3efe083710eef0815e3964ba873f88 (patch)
tree7590e3cd5f573f3d1edc90bcc0d047105324315b /cps-application
parenta3a592cd8b177840663d22b8f725a2e9a050465e (diff)
Entity ID types do not match types in database definition
As Liquibase is used, JPA does not manage database definition. Within Liquibase changelog, only Anchor and Fragment have BIGINT (Long) IDs. Other entities have INTEGER IDs. - Change AnchorEntity/AnchorRepository ID type to Long - Change YangResourceEntity/YangResourceRepository and ModuleReferenceRepository ID to Integer - Modify datatypes of foreign key references in liquibase changelog to use correct types for dataspace_id, schema_set_id, yang_resource_id - Update test liquibase changelog Issue-ID: CPS-1676 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I26de6712b2e74d166fc5a48b1f8149de6a1e5199 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'cps-application')
0 files changed, 0 insertions, 0 deletions