From 54219e6c6b9f81a3dd4e54e72725286f0b58046c Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Tue, 15 Dec 2020 14:52:18 +0000 Subject: [PATCH] bug#00000 dev:lucas qua: merge scripts antigos branch pricing gestao git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104733 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../migration/V20190108_1740__mantis14988.sql | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/src/db/migration/V20190108_1740__mantis14988.sql b/src/db/migration/V20190108_1740__mantis14988.sql index cdc53582c..5b4761eb8 100644 --- a/src/db/migration/V20190108_1740__mantis14988.sql +++ b/src/db/migration/V20190108_1740__mantis14988.sql @@ -113,7 +113,8 @@ declare execute immediate 'CREATE SEQUENCE GP_PRICING_MARCA_SEQ START WITH 1 INCREMENT BY 1'; exception when others then null; end; -/declare +/ +declare object_exists exception; pragma exception_init (object_exists , -00955); begin @@ -468,26 +469,4 @@ declare begin execute immediate 'CREATE SEQUENCE GP_PRICING_FORMAPAGO_SEQ START WITH 1 INCREMENT BY 1'; exception when others then null; -end; -/ - - - - - - - - - - - - - - - - - - - - - +end; \ No newline at end of file