Merge branch 'master' into AL-3101
commit
c776f8ff5b
|
@ -0,0 +1,7 @@
|
|||
declare
|
||||
column_exists exception;
|
||||
pragma exception_init (column_exists , -01430);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE ESQUEMA_CORRIDA ADD INDCORRIDADESATIVADA NUMERIC(1)';
|
||||
exception when column_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue