Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-36412 Changing DB versions for 1.3.x branch #669

Open
wants to merge 2 commits into
base: release-1.3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mosip.max-languages.count=1

#Property to support version upgrade. Version upgrade includes software upgrade and DB upgrade. During the DB upgrade, the DB scripts execution will be done based on the order of versions mentioned here.
#The name of the backup folder which is created during software upgrade will be used as the previously installed version.
mosip.registration.verion.upgrade.version-mappings={ "1.1.4":{ "dbVersion":"1.1.4", "releaseOrder":1}, "1.1.5":{ "dbVersion":"1.1.5", "releaseOrder":2}, "1.1.5.5-P1":{ "dbVersion":"1.1.5.5", "releaseOrder":3}, "1.2.0.1-B1":{ "dbVersion":"1.2.0.1", "releaseOrder":4, "fullSyncEntities":"DynamicFieldDto"}, "1.2.1-SNAPSHOT":{ "dbVersion":"1.2.1", "releaseOrder":5} }
mosip.registration.verion.upgrade.version-mappings={ "1.1.4":{ "dbVersion":"1.1.4", "releaseOrder":1}, "1.1.5":{ "dbVersion":"1.1.5", "releaseOrder":2}, "1.1.5.5-P1":{ "dbVersion":"1.1.5.5", "releaseOrder":3}, "1.2.0.1-B1":{ "dbVersion":"1.2.0.1", "releaseOrder":4, "fullSyncEntities":"DynamicFieldDto"}, "1.3.0-B1-SNAPSHOT":{ "dbVersion":"1.3.0", "releaseOrder":5} }

hibernate.hbm2ddl.auto=none
hibernate.dialect=org.hibernate.dialect.DerbyDialect
Expand Down
Loading