From 7b9abb1102b1a7b956b62d7befeb20f57bb2b529 Mon Sep 17 00:00:00 2001 From: Rogério Gomes Date: Wed, 18 May 2016 09:40:45 -0300 Subject: [PATCH] [4972]-Remoção do highcharts. --- cit-portal-api/src/main/resources/scripts-bd/postgres/v2.1.0/01-cit-portal-2.1.0-postgres.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) diff --git a/cit-portal-api/src/main/resources/scripts-bd/postgres/v2.1.0/01-cit-portal-2.1.0-postgres.sql b/cit-portal-api/src/main/resources/scripts-bd/postgres/v2.1.0/01-cit-portal-2.1.0-postgres.sql index f197db9..4900f01 100644 --- a/cit-portal-api/src/main/resources/scripts-bd/postgres/v2.1.0/01-cit-portal-2.1.0-postgres.sql +++ b/cit-portal-api/src/main/resources/scripts-bd/postgres/v2.1.0/01-cit-portal-2.1.0-postgres.sql @@ -4,3 +4,21 @@ ALTER TABLE Grupo ADD COLUMN ismaster BOOLEAN DEFAULT FALSE; UPDATE MENU SET permissaoDeAcessoDefinida = true; -- Erick 29/04/2016 - FIM + +--Rogério Gomes 18/05/2016 - INICIO +DELETE FROM widgetparametro + WHERE widget_id = (SELECT w.id FROM widget w WHERE nome = 'HighChart'); + +DELETE FROM widget WHERE nome = 'HighChart'; + +DELETE FROM defaultfile + WHERE caminho ILIKE '%HighChart%'; + +DELETE FROM dominio + WHERE chave = 'tipoHighChart'; + +DELETE FROM dominio + WHERE nome = 'highchartcit'; + + --Rogério Gomes 18/05/2016 - FIM + -- libgit2 0.21.2