Merge pull request 'fixes bug#AL-4211' (!106) from AL-4211 into master

Reviewed-on: utilidades/Flyway#106
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master
aristides 2024-04-23 15:01:48 +00:00
commit 1c2b858a48
2 changed files with 2 additions and 2 deletions

View File

@ -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.39.0</version> <version>1.39.1</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -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 CUSTOMIZACAORODAPECUPOMDEEMBARQUE CLOB'; execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD CUSTOMIZARODAPECUPOMEMBARQUE CLOB';
exception exception
when object_exists then null; when object_exists then null;
when except_01451 then null; when except_01451 then null;