Merge pull request 'correção AL-1627' (#10) from AL-1627 into master
Reviewed-on: http://18.235.188.113:3000/utilidades/Flyway/pulls/10 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br> Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>master
commit
fb7b22919a
4
pom.xml
4
pom.xml
|
@ -3,8 +3,8 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Flyway</artifactId>
|
||||
<version>1.0.11</version>
|
||||
<artifactId>Flyway</artifactId>
|
||||
<version>1.0.12</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -27,6 +27,6 @@ declare
|
|||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE EMPRESA ADD INDSEGUNDAVIASEGOPCIONAL NUMBER(1,0)';
|
||||
execute immediate 'ALTER TABLE EMPRESA ADD INDJUROSCREDITO NUMBER(1,0)';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue