Skip to content

Commit

Permalink
DS-8719 - added if exist to drop sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
aroman-arvo committed Mar 20, 2023
1 parent 372b7e3 commit 5d52a2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,4 +10,4 @@
-- Drop the 'history_seq' sequence (related table deleted at Dspace-1.5)
-----------------------------------------------------------------------------------

DROP SEQUENCE history_seq;
DROP SEQUENCE IF EXISTS history_seq;

0 comments on commit 5d52a2a

Please sign in to comment.