diff --git a/src/db/migration/V20170504_1725__mantis8827.sql b/src/db/migration/V20170504_1725__mantis8827.sql index e88dff40f..f1b31681d 100644 --- a/src/db/migration/V20170504_1725__mantis8827.sql +++ b/src/db/migration/V20170504_1725__mantis8827.sql @@ -38,6 +38,6 @@ declare object_exists exception; pragma exception_init (object_exists , -01430 ); begin - execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1)) DEFAULT 0'; + execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1) DEFAULT 0)'; exception when object_exists then null; end; \ No newline at end of file