[Fusionforge-commits] FusionForge branch master updated. bcc7a445c996df3ca40ac0b5fb556e88adbf8266

Roland Mas lolando at fusionforge.org
Fri Nov 23 14:48:14 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  bcc7a445c996df3ca40ac0b5fb556e88adbf8266 (commit)
      from  f02db230e7573154d4b34270dd0c3fde73ea7294 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bcc7a445c996df3ca40ac0b5fb556e88adbf8266
Author: Roland Mas <lolando at debian.org>
Date:   Fri Nov 23 14:48:05 2012 +0100

    Fixed table names

diff --git a/src/db/20121123-multiple-scm-repositories.sql b/src/db/20121123-multiple-scm-repositories.sql
index f898053..b7c1d87 100644
--- a/src/db/20121123-multiple-scm-repositories.sql
+++ b/src/db/20121123-multiple-scm-repositories.sql
@@ -7,7 +7,7 @@ CREATE TABLE scm_secondary_repos (
 	next_action int DEFAULT 0 NOT NULL,
 	CONSTRAINT scm_secondary_repos_unique UNIQUE (group_id, plugin_id, repo_name)
 ) ;
-CREATE INDEX scm_secondary_repos_gid_idx ON plugin_scmgit_secondary_repos (group_id) ;
+CREATE INDEX scm_secondary_repos_gid_idx ON scm_secondary_repos (group_id) ;
 
 CREATE TABLE scm_personal_repos (
 	group_id int NOT NULL REFERENCES groups ON DELETE CASCADE ON UPDATE CASCADE,
@@ -16,4 +16,4 @@ CREATE TABLE scm_personal_repos (
 	next_action int DEFAULT 0 NOT NULL,
 	CONSTRAINT scm_personal_repos_unique UNIQUE (group_id, plugin_id, user_id)
 ) ;
-CREATE INDEX scm_personal_repos_uid_idx ON plugin_scmgit_secondary_repos (group_id) ;
+CREATE INDEX scm_personal_repos_uid_idx ON scm_personal_repos (group_id) ;

-----------------------------------------------------------------------

Summary of changes:
 src/db/20121123-multiple-scm-repositories.sql |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list