Merge pull request 'fixes bug#AL-4421' (!195) from fixes_bugAl-4421 into master

Reviewed-on: utilidades/Flyway#195
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master
aristides 2024-09-06 17:41:31 +00:00
commit 95c57b0073
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId>
<version>1.92.0</version>
<version>1.92.1</version>
<distributionManagement>
<repository>

View File

@ -7,7 +7,7 @@ declare
pragma exception_init (except_01451 , -01451);
pragma exception_init (except_01442 , -01442);
begin
execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (INDIMPRIMECUPOMVOUCHERCUSTOMIZADO NUMBER(1,0))';
execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (INDIMPRCUPOMVOUCHERCUSTOMIZADO NUMBER(1,0))';
exception
when object_exists then null;
when except_01451 then null;