Moved database changeset to the correct file.

FEA: ItEr76S26RemoveExternalCodeFromTemplates
This commit is contained in:
Jacobo Aragunde Pérez 2012-04-30 09:55:31 +02:00
parent 95d174a31c
commit b24c84cd10
3 changed files with 5 additions and 13 deletions

View file

@ -199,4 +199,9 @@
columnDataType="VARCHAR(255)" />
</changeSet>
<changeSet id="remove-code-from-order_element_template" author="jaragunde">
<comment>Remove column code in order_element_template table</comment>
<dropColumn tableName="order_element_template" columnName="code" />
</changeSet>
</databaseChangeLog>

View file

@ -1,12 +0,0 @@
<?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 id="remove-code-from-order_element_template" author="jaragunde">
<comment>Remove column code in order_element_template table</comment>
<dropColumn tableName="order_element_template" columnName="code" />
</changeSet>
</databaseChangeLog>

View file

@ -10,6 +10,5 @@
<include file="src/main/resources/db.changelog-1.0.xml"/>
<include file="src/main/resources/db.changelog-1.1.xml"/>
<include file="src/main/resources/db.changelog-1.2.xml"/>
<include file="src/main/resources/db.changelog-1.3.xml"/>
</databaseChangeLog>