bug#AL-1808
parent
ccb9ea7b0d
commit
b2c29aa088
|
@ -2,6 +2,6 @@ declare
|
||||||
column_exists exception;
|
column_exists exception;
|
||||||
pragma exception_init (column_exists , -01430);
|
pragma exception_init (column_exists , -01430);
|
||||||
begin
|
begin
|
||||||
execute immediate 'ALTER TABLE FORMA_PAGO ADD (INDETICKET NUMER(1,0) )';
|
execute immediate 'ALTER TABLE FORMA_PAGO ADD (INDETICKET NUMBER(1,0) )';
|
||||||
exception when column_exists then null;
|
exception when column_exists then null;
|
||||||
end;
|
end;
|
Loading…
Reference in New Issue