Skip to content

Commit

Permalink
Change db.changelog-1.4.xml
Browse files Browse the repository at this point in the history
(cherry picked from commit 21e4b71)
(cherry picked from commit c5c6e3c)
  • Loading branch information
Bogdan Bodnarjuk authored and skylow95 committed Apr 18, 2016
1 parent 6b9eb9c commit eb721f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions libreplan-business/src/main/resources/db.changelog-1.4.xml
Expand Up @@ -26,10 +26,6 @@
</addColumn>
<addDefaultValue tableName="configuration" columnName="automatic_budget_enabled"
defaultValueBoolean="FALSE" />
<addNotNullConstraint tableName="configuration"
columnName="automatic_budget_enabled"
defaultNullValue="FALSE"
columnDataType="BOOLEAN" />
</changeSet>

<changeSet id="add-automatic_budget_type_of_work_hours-to-configuration" author="ltilve">
Expand Down
2 changes: 1 addition & 1 deletion scripts/database/upgrade_mysql_1.4.0.sql
Expand Up @@ -95,4 +95,4 @@ ALTER TABLE `user_table` ADD CONSTRAINT `user_criterion_fkey` FOREIGN KEY (`reso
INSERT INTO `DATABASECHANGELOG` (`AUTHOR`, `COMMENTS`, `DATEEXECUTED`, `DESCRIPTION`, `EXECTYPE`, `FILENAME`, `ID`, `LIQUIBASE`, `MD5SUM`, `ORDEREXECUTED`) VALUES ('ltilve', 'Add Foreign Key constraint on criterion reference', NOW(), 'Add Foreign Key Constraint', 'EXECUTED', 'src/main/resources/db.changelog-1.3.xml', 'add-resources_load_filter_fk_id-column-to-user_table', '2.0.5', '3:ba6c3438f5e60e881e96f7c6b768b1c9', 449);

-- Release Database Lock
-- Release Database Lock
-- Release Database Lock

0 comments on commit eb721f7

Please sign in to comment.