Skip to content

Conversation

snedamle
Copy link

before merging, please change corda version to 4.6.

Copy link

@blsemo blsemo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good in general, but I think there are two small issues in this still.

<column name="value" type="int"/>
<column name="lender" type="NVARCHAR(64)"/>
<column name="borrower" type="NVARCHAR(64)"/>
<column name="linear_id" type="uuid"/>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this needs to beof type VARCHAR(64) when using uuid-char in the type annotation.

Comment on lines +7 to +8
<include file="migration/iou.changelog-v1.xml"/>
</databaseChangeLog>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have changelog v1 and v2, but only including v1 here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry i will remove v2. I had added that to test database upgrades.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants