Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
DocumentationGroup
DocumentationDataBase
Commits
4c7bd960
Commit
4c7bd960
authored
4 weeks ago
by
Andrey Galan
Browse files
Options
Downloads
Patches
Plain Diff
добавил foreign
parent
fba098c6
Branches
dev
1 merge request
!1
добавил foreign
Pipeline
#1312
passed with stages
in 1 minute and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
db/alter_table_contingent_add_column_foreign.sql
+10
-0
db/alter_table_contingent_add_column_foreign.sql
db/master-changelog.yaml
+2
-0
db/master-changelog.yaml
with
12 additions
and
0 deletions
db/alter_table_contingent_add_column_foreign.sql
0 → 100644
+
10
−
0
View file @
4c7bd960
--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
This diff is collapsed.
Click to expand it.
db/master-changelog.yaml
+
2
−
0
View file @
4c7bd960
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets