We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43319 commit 274f3a8Copy full SHA for 274f3a8
src/main/resources/db/changelog/db-changelog.xml
@@ -416,4 +416,8 @@
416
<comment>Change reference_term.name size to varchar 255</comment>
417
<modifyDataType tableName="reference_term" columnName="name" newDataType="varchar(255)" />
418
</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>
423
</databaseChangeLog>
0 commit comments