[evolvis-commits] r8333: removing unnecessary second SQL statement from INSTALL↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:39:33 CET 2011


Author: mirabilos
Date: 2011-02-24 16:39:32 +0100 (Thu, 24 Feb 2011)
New Revision: 8333

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/INSTALL
Log:
removing unnecessary second SQL statement from INSTALL


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/INSTALL
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/INSTALL	2011-02-24 15:39:31 UTC (rev 8332)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/INSTALL	2011-02-24 15:39:32 UTC (rev 8333)
@@ -113,9 +113,7 @@
 and confirm it via the email link. Then enter the postgres command
 line and issue these commands:
 
-insert into user_group (user_id,group_id) values (*****YOUR NEW ID*****,1);
-update user_group set admin_flags='A' where group_id=1 
-	AND user_id='*****YOUR NEW ID*****';
+insert into user_group (user_id,group_id,admin_flags) values (*****YOUR NEW ID*****,1,'A');
 
 /etc/aliases - add this line and run "newaliases"
 noreply:        /dev/null



More information about the evolvis-commits mailing list