From 4bf6753f4a91bb2ecaed0b6894d33106615bc676 Mon Sep 17 00:00:00 2001 From: valdir Date: Mon, 22 Oct 2018 20:39:09 +0000 Subject: [PATCH] =?UTF-8?q?0012468:=20Erro=20ao=20tentar=20vender=20-=20SC?= =?UTF-8?q?O=20Homologa=C3=A7=C3=A3o=20bug#12468=20dev:thiago=20qua:junia?= 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@86354 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20181022_1725__mantis12468.sql | 4 ++++ src/db/postgresql/migration/V20181022_1725__mantis12468.sql | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 src/db/migration/V20181022_1725__mantis12468.sql create mode 100644 src/db/postgresql/migration/V20181022_1725__mantis12468.sql diff --git a/src/db/migration/V20181022_1725__mantis12468.sql b/src/db/migration/V20181022_1725__mantis12468.sql new file mode 100644 index 000000000..d615613fb --- /dev/null +++ b/src/db/migration/V20181022_1725__mantis12468.sql @@ -0,0 +1,4 @@ +begin + execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))'; + exception when column_exists then null; +end; \ No newline at end of file diff --git a/src/db/postgresql/migration/V20181022_1725__mantis12468.sql b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql new file mode 100644 index 000000000..d615613fb --- /dev/null +++ b/src/db/postgresql/migration/V20181022_1725__mantis12468.sql @@ -0,0 +1,4 @@ +begin + execute immediate 'ALTER TABLE CAJA ADD (INTEGRADOTOTVS NUMBER(1,0))'; + exception when column_exists then null; +end; \ No newline at end of file