From 2c00abf3d1d48fd40828910272038229085b9329 Mon Sep 17 00:00:00 2001 From: Kavoos Bojnourdi Date: Thu, 13 Aug 2015 23:28:46 +0200 Subject: [PATCH] Remove unused indexes --- projects/GDE_App/src/GDE_DB_Init.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/GDE_App/src/GDE_DB_Init.sql b/projects/GDE_App/src/GDE_DB_Init.sql index dafe886..56c62eb 100644 --- a/projects/GDE_App/src/GDE_DB_Init.sql +++ b/projects/GDE_App/src/GDE_DB_Init.sql @@ -60,8 +60,6 @@ CREATE TABLE attribute_group_attribute attribute_id bigint REFERENCES attribute (id) ON UPDATE NO ACTION ON DELETE NO ACTION ); alter table attribute_group_attribute add primary key (attributegroup_id, attribute_id); -create index attribute_group_attribute_idx1 on attribute_group_attribute(attributegroup_id); -create index attribute_group_attribute_idx2 on attribute_group_attribute(attribute_id); DROP TABLE IF EXISTS profile CASCADE; CREATE TABLE profile ( -- 2.39.2