Change db.changelog-1.4.xml

(cherry picked from commit 21e4b71)
(cherry picked from commit c5c6e3c)
This commit is contained in:
Bogdan Bodnarjuk 2016-04-18 14:52:32 +03:00 committed by bodnarjuk
parent 6b9eb9cf34
commit eb721f7ca9
2 changed files with 1 additions and 5 deletions

View file

@ -26,10 +26,6 @@
</addColumn> </addColumn>
<addDefaultValue tableName="configuration" columnName="automatic_budget_enabled" <addDefaultValue tableName="configuration" columnName="automatic_budget_enabled"
defaultValueBoolean="FALSE" /> defaultValueBoolean="FALSE" />
<addNotNullConstraint tableName="configuration"
columnName="automatic_budget_enabled"
defaultNullValue="FALSE"
columnDataType="BOOLEAN" />
</changeSet> </changeSet>
<changeSet id="add-automatic_budget_type_of_work_hours-to-configuration" author="ltilve"> <changeSet id="add-automatic_budget_type_of_work_hours-to-configuration" author="ltilve">