ENT-1672: Fixed database configuration for description field of parameters_update to fix doorman crash (#604)

This commit is contained in:
Clinton 2018-03-26 15:15:08 +01:00 committed by GitHub
parent a888d78b42
commit 16c98800cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@
</changeSet> </changeSet>
<changeSet author="R3.Corda" id="1520338500424-39"> <changeSet author="R3.Corda" id="1520338500424-39">
<createTable tableName="parameters_update"> <createTable tableName="parameters_update">
<column name="description" type="VARCHAR(255)"> <column name="description" type="NVARCHAR(255)">
<constraints nullable="false"/> <constraints nullable="false"/>
</column> </column>
<column name="update_deadline" type="TIMESTAMP"> <column name="update_deadline" type="TIMESTAMP">