Skip to content

Commit

Permalink
Merge pull request #53 from EdwardKaravakis/main
Browse files Browse the repository at this point in the history
 Update schema version for new Oracle installations
  • Loading branch information
EdwardKaravakis authored Sep 6, 2023
2 parents e343a0d + 4887334 commit 686fede
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, 15);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('JEDI', 0, 0, 15);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('SERVER', 0, 0, 16);
INSERT INTO "ATLAS_PANDA"."PANDADB_VERSION" VALUES ('JEDI', 0, 0, 16);

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

0 comments on commit 686fede

Please sign in to comment.