From b83c9db093448272b583c4b8c80fe9b22e6435bd Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 26 Feb 2019 18:57:32 +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@90273 d1611594-4594-4d17-8e1d-87c2c4800839 --- ...1030__mantis13647.sql => V20190226_1540__mantis13647.sql} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename src/db/migration/{V20190225_1030__mantis13647.sql => V20190226_1540__mantis13647.sql} (84%) diff --git a/src/db/migration/V20190225_1030__mantis13647.sql b/src/db/migration/V20190226_1540__mantis13647.sql similarity index 84% rename from src/db/migration/V20190225_1030__mantis13647.sql rename to src/db/migration/V20190226_1540__mantis13647.sql index 65dd7bf2d..006fc375c 100644 --- a/src/db/migration/V20190225_1030__mantis13647.sql +++ b/src/db/migration/V20190226_1540__mantis13647.sql @@ -3,9 +3,10 @@ declare pragma exception_init (object_exists , -00955); begin execute immediate - 'CREATE TABLE BPE_CTRL_DISP ( + 'CREATE TABLE BPE_CTRL_DISPONIBILIDADE ( BPECTRLDISP_ID NUMBER(8), - SEQUENCIA VARCHAR(35), + CVEESTADO VARCHAR(3), + EMPRESA_ID NUMBER(7), SERIE VARCHAR(3), NUMERO VARCHAR(9), BPE_REJEITADO_ID NUMBER(7,0),