Skip to content

Commit

Permalink
fix: correct oracle and postgres schema versions when bootstrapped (#…
Browse files Browse the repository at this point in the history
…6779)

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Jul 3, 2024
1 parent 95f4422 commit 0ff5289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/data/initialize_oracle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ CREATE OR REPLACE VIEW v_update_ecosystems AS
ON c.vendor=e.vendor
AND c.product=e.product;

INSERT INTO properties(id,value) VALUES ('version','5.4');
INSERT INTO properties(id,value) VALUES ('version','5.5');
2 changes: 1 addition & 1 deletion core/src/main/resources/data/initialize_postgres.sql
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ GRANT EXECUTE ON FUNCTION public.insert_software (INT, CHAR(1), VARCHAR(255),



INSERT INTO properties(id,value) VALUES ('version','5.4');
INSERT INTO properties(id,value) VALUES ('version','5.5');

0 comments on commit 0ff5289

Please sign in to comment.