Skip to content

Commit

Permalink
Review Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jujoramos committed Sep 7, 2023
1 parent 6f7b8c2 commit e78e658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
<include file="net/corda/db/schema/statemanager/migration/state-manager-migration-v1.0.xml"/>
<include file="net/corda/db/schema/statemanager/migration/state-manager-migration-v5.1.xml"/>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<column name="key" type="varchar(255)">
<constraints nullable="false"/>
</column>
<column name="state" type="${state.column.type}">
<column name="value" type="${state.column.type}">
<constraints nullable="false"/>
</column>
<column name="version" type="INT">
Expand Down

0 comments on commit e78e658

Please sign in to comment.