Skip to content

Commit 5444fa5

Browse files
Preparation for major version 4.0.0 release. Added missing V2 liquibase script.
1 parent 2d61cf3 commit 5444fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onixlabs-corda-identity-framework-contract/src/main/resources/migration/corda-claim-schema.changelog-master.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
55
<include file="migration/corda-claim-schema.changelog-v1.xml"/>
6+
<include file="migration/corda-claim-schema.changelog-v2.xml"/>
67
</databaseChangeLog>

0 commit comments

Comments
 (0)