Merge branch 'master' into AL-4549

master
Fernando Abimael Alvarez Uc 2024-08-02 13:25:27 -06:00
commit 6c0f9a7cbb
1 changed files with 2 additions and 1 deletions

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;