Change db.changelog-1.4.xml
(cherry picked from commit 21e4b71) (cherry picked from commit c5c6e3c)
This commit is contained in:
parent
6b9eb9cf34
commit
eb721f7ca9
2 changed files with 1 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue