From 87b9c5cb81d6dd625cf5f712568039fc6f4b3a5b Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 28 Apr 2017 15:10:21 +0000 Subject: [PATCH] fixes bug#8884 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@68362 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170428_1008__mantis8884.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/db/migration/V20170428_1008__mantis8884.sql diff --git a/src/db/migration/V20170428_1008__mantis8884.sql b/src/db/migration/V20170428_1008__mantis8884.sql new file mode 100644 index 000000000..7d31bf4ed --- /dev/null +++ b/src/db/migration/V20170428_1008__mantis8884.sql @@ -0,0 +1,5 @@ +begin + execute immediate 'ALTER TABLE FISCAL_T2 MODIFY (FISCALIMPRESSORA_ID NULL)'; + exception + when others then null; +end; \ No newline at end of file