From 6d16fd2814e23286a3e89342b1c843569c4a520f Mon Sep 17 00:00:00 2001 From: changelogweb Date: Mon, 2 Mar 2020 12:57:46 +0000 Subject: [PATCH] bug#18139 qua:junia dev:wilian git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100405 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200220_1055__mantis18139.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/db/migration/V20200220_1055__mantis18139.sql diff --git a/src/db/migration/V20200220_1055__mantis18139.sql b/src/db/migration/V20200220_1055__mantis18139.sql deleted file mode 100644 index 288c514d3..000000000 --- a/src/db/migration/V20200220_1055__mantis18139.sql +++ /dev/null @@ -1,7 +0,0 @@ -declare - column_exists exception; - pragma exception_init (column_exists , -01430); -begin - execute immediate 'ALTER TABLE FORMA_PAGO_DET MODIFY (FORMAPAGO_ID NUMBER(2, 0))'; - exception when column_exists then null; -end; \ No newline at end of file