Skip to content

Commit

Permalink
Fix EZP-19833: Upgrade fails if ezpending_actions is not empty
Browse files Browse the repository at this point in the history
Make sure we try to create s_pending_actions_incr sequence only once
(cherry picked from commit ee442b8)
  • Loading branch information
dpobel committed Nov 30, 2012
1 parent c60c8af commit f22b324
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -14,7 +14,6 @@ BEGIN
END;
/

CREATE SEQUENCE s_pending_actions_incr;
CREATE OR REPLACE TRIGGER ezpending_actions_id_tr
BEFORE INSERT ON ezpending_actions FOR EACH ROW WHEN (new.id IS NULL)
BEGIN
Expand Down

0 comments on commit f22b324

Please sign in to comment.