Skip to content

Commit

Permalink
Adding correct version schema for new db deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardKaravakis committed May 22, 2024
1 parent 4705269 commit ea7eb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/oracle/ATLAS_PANDA.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
-- IMPORTANT: Please always update to up2date version
--------------------------------------------------------

INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('SERVER', 0, 0, 16);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('JEDI', 0, 0, 16);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('SERVER', 0, 0, 17);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('JEDI', 0, 0, 17);

--------------------------------------------------------
-- DDL for Sequence CLOUDTASKS_ID_SEQ
Expand Down

0 comments on commit ea7eb5b

Please sign in to comment.