Moved database changeset to the correct file.
FEA: ItEr76S26RemoveExternalCodeFromTemplates
This commit is contained in:
parent
95d174a31c
commit
b24c84cd10
3 changed files with 5 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue