-
Notifications
You must be signed in to change notification settings - Fork 48
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
Ent 5267 #13
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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"/> |
There was a problem hiding this comment.
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.
<include file="migration/iou.changelog-v1.xml"/> | ||
</databaseChangeLog> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
before merging, please change corda version to 4.6.