diff --git a/src/db/migration/V20190704_1110__mantis14699.sql b/src/db/migration/V20190704_1110__mantis14699.sql index ae61598a1..fc5f2d7d5 100644 --- a/src/db/migration/V20190704_1110__mantis14699.sql +++ b/src/db/migration/V20190704_1110__mantis14699.sql @@ -4,5 +4,4 @@ declare begin execute immediate 'alter table ORGAO_CONCEDENTE ADD mensagem_intransferivel VARCHAR2(45)'; exception when object_exists then null; -end; -z \ No newline at end of file +end; \ No newline at end of file