[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 73891b99515de3bed57f8c72f91e3480d4a2e39e

Sylvain Beucler beuc-inria at fusionforge.org
Tue May 13 16:15:39 CEST 2014


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, Branch_5_3 has been updated
       via  73891b99515de3bed57f8c72f91e3480d4a2e39e (commit)
      from  255d94c078d5dd90f88acdf8a457e72add7d87cd (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 73891b99515de3bed57f8c72f91e3480d4a2e39e
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue May 13 16:15:29 2014 +0200

    db: remove membership to 'Anonymous' and 'LoggedIn' roles, probably due to a bug in old versions (fixed)

diff --git a/src/db/20140513-remove-membership-to-implicit-roles.sql b/src/db/20140513-remove-membership-to-implicit-roles.sql
index 4ad6dbf..af320c7 100644
--- a/src/db/20140513-remove-membership-to-implicit-roles.sql
+++ b/src/db/20140513-remove-membership-to-implicit-roles.sql
@@ -1,2 +1,4 @@
 -- Remove membership to 'Anonymous' and 'LoggedIn' roles, probably due to a bug in old versions
-DELETE FROM pfo_user_role WHERE role_id IN (SELECT class_id FROM pfo_role_class WHERE class_name != 'PFO_RoleExplicit');
+DELETE FROM pfo_user_role WHERE role_id IN
+  (SELECT role_id FROM pfo_role WHERE role_class IN
+    (SELECT class_id FROM pfo_role_class WHERE class_name != 'PFO_RoleExplicit'));

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

Summary of changes:
 src/db/20140513-remove-membership-to-implicit-roles.sql |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list