Skip to content

Commit

Permalink
verify oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed May 19, 2024
1 parent c4e612a commit 6486afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BEGIN
END;
/

CREATE OR REPLACE PROCEDURE "reset_sequence"
CREATE OR REPLACE PROCEDURE "reset_legacy_sequence"
IS
l_value NUMBER;
BEGIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ALTER SESSION SET ddl_lock_timeout = 150
DROP TRIGGER JOURNAL__ORDERING_TRG
/

DROP PROCEDURE "reset_sequence"
DROP PROCEDURE "reset_legacy_sequence"
/

DROP SEQUENCE ORDERING__SEQ
Expand Down

0 comments on commit 6486afb

Please sign in to comment.