mirror of
https://github.com/corda/corda.git
synced 2025-01-14 16:59:52 +00:00
ENT-1672: Fixed database configuration for description field of parameters_update to fix doorman crash (#604)
This commit is contained in:
parent
a888d78b42
commit
16c98800cb
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user