[Fusionforge-general] [PATCH] I delete unique indexes, because these indexes are never unique

Julien Heyman julien.heyman at atosorigin.com
Fri Mar 27 15:40:00 CET 2009


---
 gforge/deb-specific/sf-2.6-complete.sql |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gforge/deb-specific/sf-2.6-complete.sql b/gforge/deb-specific/sf-2.6-complete.sql
index 7d583ec..286d4f8 100644
--- a/gforge/deb-specific/sf-2.6-complete.sql
+++ b/gforge/deb-specific/sf-2.6-complete.sql
@@ -5441,7 +5441,7 @@ CREATE UNIQUE INDEX "frsdlfileagg_month_day_file" on "frs_dlstats_file_agg" usin
 -- Name: "statsaggsitebygrp_oid" Type: INDEX Owner: tperdue
 --
 
-CREATE UNIQUE INDEX "statsaggsitebygrp_oid" on stats_agg_site_by_group(month,day) ;
+-- CREATE UNIQUE INDEX "statsaggsitebygrp_oid" on stats_agg_site_by_group(month,day) ;
 -- using btree ( "oid" "oid_ops" );
 
 --
@@ -5458,7 +5458,7 @@ CREATE UNIQUE INDEX "statssitebygroup_month_day_grou" on "stats_agg_site_by_grou
 -- Name: "statsprojectmetric_oid" Type: INDEX Owner: tperdue
 --
 
-CREATE UNIQUE INDEX "statsprojectmetric_oid" on stats_project_metric(month,day) ;
+-- CREATE UNIQUE INDEX "statsprojectmetric_oid" on stats_project_metric(month,day) ;
 -- using btree ( "oid" "oid_ops" );
 
 --
@@ -5475,7 +5475,7 @@ CREATE UNIQUE INDEX "statsprojectmetric_month_day_gr" on "stats_project_metric"
 -- Name: "statsagglogobygrp_oid" Type: INDEX Owner: tperdue
 --
 
-CREATE UNIQUE INDEX "statsagglogobygrp_oid" on stats_agg_logo_by_group(month,day) ;
+-- CREATE UNIQUE INDEX "statsagglogobygrp_oid" on stats_agg_logo_by_group(month,day) ;
 -- using btree ( "oid" "oid_ops" );
 
 --
@@ -5526,7 +5526,7 @@ CREATE UNIQUE INDEX "statscvsgroup_month_day_group" on "stats_cvs_group" using b
 -- Name: "statsprojectdevelop_oid" Type: INDEX Owner: tperdue
 --
 
-CREATE UNIQUE INDEX "statsprojectdevelop_oid" on stats_project_developers(month,day) ;
+-- CREATE UNIQUE INDEX "statsprojectdevelop_oid" on stats_project_developers(month,day) ;
 -- using btree ( "oid" "oid_ops" );
 
 --
-- 
1.5.6.3






More information about the Fusionforge-general mailing list