Skip to content

Commit

Permalink
#37 Make the target host field 1024 varchar
Browse files Browse the repository at this point in the history
  • Loading branch information
junoyoon committed Mar 23, 2014
1 parent 39ebf59 commit 3f45c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
<include file="ngrinder_datachange_logfile/db.changelog_schema_24.xml" />
<include file="ngrinder_datachange_logfile/db.changelog_schema_25.xml" />
<include file="ngrinder_datachange_logfile/db.changelog_schema_26.xml" />
<include file="ngrinder_datachange_logfile/db.changelog_schema_27.xml" />
</databaseChangeLog>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
<changeSet author="ngrinder.3.3.1" id="27" dbms="cubrid, h2">
<modifyDataType tableName="PERF_TEST" columnName="target_hosts" newDataType="varchar(1024)"/>
</changeSet>
</databaseChangeLog>

0 comments on commit 3f45c5a

Please sign in to comment.