Skip to content

Commit 274f3a8

Browse files
committed
Sanjana | #QuickFix | Increasing facility type column width.
1 parent 8b43319 commit 274f3a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/db/changelog/db-changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,8 @@
416416
<comment>Change reference_term.name size to varchar 255</comment>
417417
<modifyDataType tableName="reference_term" columnName="name" newDataType="varchar(255)" />
418418
</changeSet>
419+
<changeSet id="sharedhealth-datasense-20150521-1550" author="sanjana">
420+
<comment>Change facility.type size to varchar 255</comment>
421+
<modifyDataType tableName="facility" columnName="type" newDataType="varchar(255)" />
422+
</changeSet>
419423
</databaseChangeLog>

0 commit comments

Comments
 (0)