AdmMono/src/db/migration/V20160819_1110__mantis7808.sql

6 lines
153 B
SQL

declare
begin
execute immediate 'ALTER TABLE FISCAL_IMPRESSORA RENAME COLUMN INDGERAARQGT TO INDCTRL';
exception when others then null;
end;