Skip to content

Commit

Permalink
Merge pull request #29 from HLTech/large-expectations-capabilities
Browse files Browse the repository at this point in the history
Addressing possibility of large capabilities and expectations by remo…
  • Loading branch information
Felipe444 committed Dec 12, 2018
2 parents 78c5b6b + ca37bd8 commit 8d3827a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">

<changeSet id="change-expectations-and-capabilities-column-type-0.2" author="Filip Lazarski">
<modifyDataType columnName="value" newDataType="text" tableName="capabilities"/>
<modifyDataType columnName="value" newDataType="text" tableName="expectations"/>
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">

<include file="/db/changelog/db.changelog-0.1.xml"/>
<include file="/db/changelog/db.changelog-0.2.xml"/>

</databaseChangeLog>

0 comments on commit 8d3827a

Please sign in to comment.