AdmMono/src/db/migration/V20190208_1520__mantis13539...

11 lines
289 B
SQL

declare
begin
execute immediate 'CREATE SEQUENCE FISCAL_J1 START WITH 1 INCREMENT BY 1';
exception when others then null;
end;
/
declare
begin
execute immediate 'CREATE SEQUENCE FISCAL_J2_SEQ START WITH 1 INCREMENT BY 1';
exception when others then null;
end;