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