correcao nazar

master
Lucas 2024-08-01 18:41:39 -03:00
parent b697e93b9c
commit 5b07a246ad
2 changed files with 3 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.77.0</version> <version>1.77.1</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -55,7 +55,8 @@ begin
LINGUAGEM NUMBER(5,0), LINGUAGEM NUMBER(5,0),
ACTIVO NUMBER(1,0) , ACTIVO NUMBER(1,0) ,
FECMODIF DATE, FECMODIF DATE,
USUARIO_ID NUMBER(7,0) USUARIO_ID NUMBER(7,0),
PRIMARY KEY (IMPRESIONLAYOUTCONFIG_ID)
)'; )';
exception when object_exists then null; exception when object_exists then null;
end; end;