Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 50652044 authored by Marco Amoia's avatar Marco Amoia
Browse files

Merge branch 'hotfix' into 'main'

Added Foreign Keys from Document and DocumentTemplate to MimeType

See merge request !117
parents 927910e2 88fb5cc5
No related branches found
No related tags found
2 merge requests!126Update version to 1.2.0,!117Added Foreign Keys from Document and DocumentTemplate to MimeType
Pipeline #262078 passed
PROJECT_VERSION_NUMBER="1.0.2"
PROJECT_VERSION_NUMBER="1.0.3"
......@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<name>onboarding</name>
<description>OnBoarding Microservice for SIMPL project</description>
<version>1.0.2</version>
<version>1.0.3</version>
<dependencies>
<dependency>
......
databaseChangeLog:
- changeSet:
id: 0
author: Marco Amoia
changes:
- addForeignKeyConstraint:
constraintName: fk_document_mime_type_id
baseTableName: document
baseColumnNames: mime_type_id
referencedTableName: mime_type
referencedColumnNames: id
\ No newline at end of file
databaseChangeLog:
- changeSet:
id: 0
author: Marco Amoia
changes:
- addForeignKeyConstraint:
constraintName: fk_document_template_mime_type_id
baseTableName: document_template
baseColumnNames: mime_type_id
referencedTableName: mime_type
referencedColumnNames: id
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment