Commit 4c7bd960 authored by Andrey Galan's avatar Andrey Galan
Browse files

добавил foreign

parent fba098c6
Branches dev
1 merge request!1добавил foreign
Pipeline #1312 passed with stages
in 1 minute and 57 seconds
Showing with 12 additions and 0 deletions
--liquibase formatted sql
-- changeset galan:alter_table_contingent_add_column_foreign
ALTER TABLE contingent
ADD COLUMN IF NOT EXISTS contingent_foreign int4;
/* liquibase rollback
ALTER TABLE contingent DROP COLUMN IF EXISTS contingent_foreign;
*/
\ No newline at end of file
......@@ -21,3 +21,5 @@ databaseChangeLog:
file: ./db/create_assignments_table.sql
- include:
file: ./db/create_spdis_table.sql
- include:
file: ./db/alter_table_contingent_add_column_foreign.sql
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment