fixes bug#AL-4421

master
Aristides dos Reis Júnior 2024-09-06 11:19:39 -03:00
parent 8fdc7a87a9
commit d7e5fa66ff
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;