fixes bug#AL-4421
parent
8fdc7a87a9
commit
d7e5fa66ff
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>Flyway</artifactId>
|
<artifactId>Flyway</artifactId>
|
||||||
<version>1.92.0</version>
|
<version>1.92.1</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare
|
||||||
pragma exception_init (except_01451 , -01451);
|
pragma exception_init (except_01451 , -01451);
|
||||||
pragma exception_init (except_01442 , -01442);
|
pragma exception_init (except_01442 , -01442);
|
||||||
begin
|
begin
|
||||||
execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (INDIMPRIMECUPOMVOUCHERCUSTOMIZADO NUMBER(1,0))';
|
execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (INDIMPRCUPOMVOUCHERCUSTOMIZADO NUMBER(1,0))';
|
||||||
exception
|
exception
|
||||||
when object_exists then null;
|
when object_exists then null;
|
||||||
when except_01451 then null;
|
when except_01451 then null;
|
||||||
|
|
Loading…
Reference in New Issue