diff --git a/src/db/migration/V20190226_1540__mantis13647.sql b/src/db/migration/V20190226_1540__mantis13647.sql index 006fc375c..a43767cfd 100644 --- a/src/db/migration/V20190226_1540__mantis13647.sql +++ b/src/db/migration/V20190226_1540__mantis13647.sql @@ -23,6 +23,6 @@ declare object_exists exception; pragma exception_init (object_exists , -00955); begin - execute immediate 'CREATE SEQUENCE BPE_CTRL_DISP_SEQ INCREMENT BY 1 START WITH 1 MAXVALUE 9999999 MINVALUE 1 NOCYCLE CACHE 20 NOORDER'; + execute immediate 'CREATE SEQUENCE BPE_CTRL_DISPONIBILIDADE_SEQ INCREMENT BY 1 START WITH 1 MAXVALUE 9999999 MINVALUE 1 NOCYCLE CACHE 20 NOORDER'; exception when object_exists then null; end; \ No newline at end of file