Commit 6a5f6e7c authored by Никита Ульяницкий's avatar Никита Ульяницкий :speech_balloon:
Browse files

Фикс sp_discipline gia скрипт 2

parent 2fa3af1d
Branches
Tags
No related merge requests found
Pipeline #1159 passed with stages
in 1 minute and 38 seconds
Showing with 1 addition and 3 deletions
......@@ -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;
*/
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