Merge pull request 'correcao nazar' (!162) from AL-4280_1 into master

Reviewed-on: utilidades/Flyway#162
Reviewed-by: wallace <wallace@rjconsultores.com.br>
master
Lucas Taiã 2024-08-01 22:40:07 +00:00
commit 9c066c0d2f
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId>
<version>1.77.0</version>
<version>1.77.1</version>
<distributionManagement>
<repository>

View File

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