Skip to content

Commit

Permalink
TRUNK-5338: make verification_status field nullable for the condition…
Browse files Browse the repository at this point in the history
… table (openmrs#2651)
  • Loading branch information
paradisekelechi authored and dkayiwa committed Apr 9, 2018
1 parent dc33df6 commit f793961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase-update-to-2.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<constraints nullable="false" />
</column>
<column name="verification_status" type="varchar(50)" >
<constraints nullable="false"/>
<constraints nullable="true"/>
</column>
<column name="onset_date" type="datetime" />
<column name="date_created" type="datetime">
Expand Down

0 comments on commit f793961

Please sign in to comment.