From a7bd5d272d718f752145fe4b21441e8eb8c7ca74 Mon Sep 17 00:00:00 2001 From: gleimar Date: Thu, 25 May 2017 20:54:52 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20no=20script=20#9037?= 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@69326 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170516_1442__mantis9037.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db/migration/V20170516_1442__mantis9037.sql b/src/db/migration/V20170516_1442__mantis9037.sql index dea3d0b82..1fb5f3eb0 100644 --- a/src/db/migration/V20170516_1442__mantis9037.sql +++ b/src/db/migration/V20170516_1442__mantis9037.sql @@ -2,7 +2,6 @@ declare object_exists exception; pragma exception_init (object_exists , -00955); begin - begin execute immediate 'CREATE TABLE PRECIO_FIXO_PEDAGIO (PRECIOFIXO_ID NUMBER(15) NOT NULL, PRACA_PEDAGIO_ID NUMBER(15) NOT NULL, ORGAO_CONCEDENTE_ID NUMBER(15), CLASSE_SERVICO_ID NUMBER(15), VALOR_FIXO NUMBER(7,2) NOT NULL)'; exception when object_exists then null; end;