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
6a5f6e7c
Commit
6a5f6e7c
authored
5 months ago
by
Никита Ульяницкий
Browse files
Options
Downloads
Patches
Plain Diff
Фикс sp_discipline gia скрипт 2
parent
2fa3af1d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1159
passed with stages
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/alter_table_sp_discipline_add_column_gia.sql
+1
-3
db/alter_table_sp_discipline_add_column_gia.sql
with
1 addition
and
3 deletions
db/alter_table_sp_discipline_add_column_gia.sql
+
1
−
3
View file @
6a5f6e7c
...
...
@@ -6,7 +6,5 @@ ALTER TABLE "sp_discipline"
ADD
COLUMN
IF
NOT
EXISTS
"gia"
boolean
DEFAULT
FALSE
;
/* liquibase rollback
ALTER TABLE sp_discipline
DROP COLUMN IF EXISTS gia;
ALTER TABLE sp_discipline DROP COLUMN IF EXISTS gia;
*/
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