From 0759906090f047dcb8149771e666f04e68b81162 Mon Sep 17 00:00:00 2001 From: walace Date: Thu, 8 Apr 2021 21:14:20 +0000 Subject: [PATCH] =?UTF-8?q?fixes=20bug#21827=20qua:=20dev:=20Sem=20querer?= =?UTF-8?q?=20comitei=20script=20n=C3=A3o=20relacionado=20ao=20mantis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@106133 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20201215_1716__2_mantis20807.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/db/migration/V20201215_1716__2_mantis20807.sql diff --git a/src/db/migration/V20201215_1716__2_mantis20807.sql b/src/db/migration/V20201215_1716__2_mantis20807.sql deleted file mode 100644 index bc81f3c6f..000000000 --- a/src/db/migration/V20201215_1716__2_mantis20807.sql +++ /dev/null @@ -1,7 +0,0 @@ -declare - object_exists exception; - pragma exception_init (object_exists , -00955); -begin - execute immediate 'update custom set tipo = ''1'', sistema = ''1'' where chave = ''MODCLI_ExibirEstoquePorPuloSequencia'''; - exception when object_exists then null; -end; \ No newline at end of file