[Collab-qa-commits] r1025 - udd/src

he at alioth.debian.org he at alioth.debian.org
Sat Aug 9 00:36:32 UTC 2008


Author: he
Date: 2008-08-09 00:36:31 +0000 (Sat, 09 Aug 2008)
New Revision: 1025

Modified:
   udd/src/setup-db.sql
Log:
Allow people to read carnivore data from the UDD


Modified: udd/src/setup-db.sql
===================================================================
--- udd/src/setup-db.sql	2008-08-09 00:26:03 UTC (rev 1024)
+++ udd/src/setup-db.sql	2008-08-09 00:36:31 UTC (rev 1025)
@@ -152,4 +152,8 @@
 GRANT SELECT ON bug_found_in TO PUBLIC;
 GRANT SELECT ON bug_fixed_in TO PUBLIC;
 GRANT SELECT ON bug_user_tags TO PUBLIC;
+GRANT SELECT ON carnivore_emails TO PUBLIC;
+GRANT SELECT ON carnivore_names TO PUBLIC;
+GRANT SELECT ON carnivore_keys TO PUBLIC;
+GRANT SELECT ON carnivore_login TO PUBLIC;
 




More information about the Collab-qa-commits mailing list