From e0aa019458768d22db673364b35b20503eccc971 Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 28 Oct 2016 13:13:48 +0000 Subject: [PATCH] =?UTF-8?q?script=20de=20adi=C3=A7=C3=A3o=20de=20campo=20c?= =?UTF-8?q?cf=20nas=20tabelas=20de=20boleto=20e=20caja=20bug#8171?= 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@62113 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161028_1111__mantis8171.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20161028_1111__mantis8171.sql diff --git a/src/db/migration/V20161028_1111__mantis8171.sql b/src/db/migration/V20161028_1111__mantis8171.sql new file mode 100644 index 000000000..781fbf959 --- /dev/null +++ b/src/db/migration/V20161028_1111__mantis8171.sql @@ -0,0 +1,2 @@ +alter table caja add CCF VARCHAR2(6 BYTE); +alter table boleto add CCF VARCHAR2(6 BYTE); \ No newline at end of file