From bb0bfad9023865eb4a489a4cb895bd157a2ea44c Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 18 Jan 2017 19:51:12 +0000 Subject: [PATCH] Erro na venda manual git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@65054 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170118_1730__ErroVendaManual.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/db/migration/V20170118_1730__ErroVendaManual.sql diff --git a/src/db/migration/V20170118_1730__ErroVendaManual.sql b/src/db/migration/V20170118_1730__ErroVendaManual.sql deleted file mode 100644 index 3ba6fbfba..000000000 --- a/src/db/migration/V20170118_1730__ErroVendaManual.sql +++ /dev/null @@ -1,7 +0,0 @@ -declare - object_exists exception; - pragma exception_init (object_exists , -00955); -begin - execute immediate 'ALTER TABLE FISCAL_T2 MODIFY (FISCALIMPRESSORA_ID NULL)'; - exception when object_exists then null; -end; \ No newline at end of file