diff --git a/src/db/migration/V20180524_1835__mantis11130.sql b/src/db/migration/V20180524_1835__mantis11130.sql deleted file mode 100644 index 118120d2f..000000000 --- a/src/db/migration/V20180524_1835__mantis11130.sql +++ /dev/null @@ -1,7 +0,0 @@ -declare - column_exists exception; - pragma exception_init (column_exists , -01430); -begin - execute immediate 'ALTER TABLE BPE ADD (CAJA_ID NUMBER(15))'; - exception when column_exists then null; -end; \ No newline at end of file