fixes bug#AL-1975

master
aristides@rjconsultores.com.br 2023-02-07 08:29:02 -03:00
parent d11b718dd9
commit ac95a25952
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
begin begin
execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (MENSAGEMRECIBOTXCONVENIENCIA VARCHAR2(80))'; execute immediate 'ALTER TABLE ORGAO_CONCEDENTE ADD (MENSAGEMRECIBOTXCONVENIENCIA VARCHAR2(80))' ;
exception when column_exists then null; exception when column_exists then null;
end; end;