fixes bug#AL-4634
parent
61c7dca06d
commit
96355383da
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Flyway</artifactId>
|
||||
<version>1.68.0</version>
|
||||
<version>1.69.0</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE PARADA ADD (CODSIGMA VARCHAR2(7))';
|
||||
exception when object_exists then null;
|
||||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE PARADA ADD (CODSIGMA VARCHAR2(7))';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue