From 9082e174e5fc7070bdc04bac3a13697ecc0e8504 Mon Sep 17 00:00:00 2001 From: wilian Date: Thu, 24 Aug 2017 19:27:57 +0000 Subject: [PATCH] fixes bug #9608 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73040 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170823_1535__mantis9608.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170823_1535__mantis9608.sql b/src/db/migration/V20170823_1535__mantis9608.sql index 97a16e510..20f923b90 100644 --- a/src/db/migration/V20170823_1535__mantis9608.sql +++ b/src/db/migration/V20170823_1535__mantis9608.sql @@ -2,6 +2,6 @@ declare object_exists exception; pragma exception_init (object_exists , -02260); begin - execute immediate 'ALTER TABLE FOLIO_CONSUMO_RMD ADD (INDIMPRESSO NUMBER(1) DEFAULT 0 NOT NUL)'; + execute immediate 'ALTER TABLE FOLIO_CONSUMO_RMD ADD (INDIMPRESSO NUMBER(1) DEFAULT 0 NOT NULL)'; exception when object_exists then null; end; \ No newline at end of file