From 0126be4f5414d204b83033f44e64f82bed3408cc Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Fri, 3 Feb 2017 19:32:59 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20de=20script?= 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@65637 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161219_1645__mantis8360.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20161219_1645__mantis8360.sql b/src/db/migration/V20161219_1645__mantis8360.sql index 32d7dd4fd..83f943fe2 100644 --- a/src/db/migration/V20161219_1645__mantis8360.sql +++ b/src/db/migration/V20161219_1645__mantis8360.sql @@ -2,7 +2,7 @@ declare object_exists exception; pragma exception_init (object_exists , -00955); begin - execute immediate 'CREATE TABLE "VTABOL"."VENDA_EMBARCADA" + execute immediate 'CREATE TABLE "VENDA_EMBARCADA" ("VENDAEMBARCADA_ID" NUMBER(15,0), "NUMEROBILHETE" NUMBER(15,0), "NUMSERIE20" VARCHAR2(20 BYTE),