From 10af84a17d59ffd63d80056099d53207cde20e73 Mon Sep 17 00:00:00 2001 From: valdevir Date: Wed, 11 Oct 2017 21:00:20 +0000 Subject: [PATCH] fixes bug #8777 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@74735 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170921_1910__mantis000.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/db/migration/V20170921_1910__mantis000.sql diff --git a/src/db/migration/V20170921_1910__mantis000.sql b/src/db/migration/V20170921_1910__mantis000.sql deleted file mode 100644 index 5fcc5a46c..000000000 --- a/src/db/migration/V20170921_1910__mantis000.sql +++ /dev/null @@ -1,7 +0,0 @@ -declare - object_exists exception; - pragma exception_init (object_exists , -01430); -begin - execute immediate 'alter table corrida add INTEGRADOTOTVS NUMBER(1,0)'; - exception when object_exists then null; -end;