From 1ee9e7ab325a3852710302fb41e0ccec764eac47 Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 26 Feb 2019 18:58:45 +0000 Subject: [PATCH] =?UTF-8?q?[BPe]=20-=20Sequencial=20do=20n=C3=BAmero=20do?= =?UTF-8?q?=20BPe=20bug#13647=20dev:trevezani=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90275 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20190226_1540__mantis13647.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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