diff --git a/src/db/migration/V20220707_0927__mantis24591.sql b/src/db/migration/V20220707_0927__mantis24591.sql new file mode 100644 index 000000000..0b30d5ffe --- /dev/null +++ b/src/db/migration/V20220707_0927__mantis24591.sql @@ -0,0 +1,8 @@ +declare + +begin + execute immediate 'ALTER TABLE ORGAO_CANCELACION RENAME COLUMN INDIMPRIMECOMPROVANTETRANSFERENCIA TO INDIMPRIMECOMPROVANTETRANS'; + exception + when others then null; + +end; \ No newline at end of file