[Collab-qa-commits] r2152 - udd/sql
Andreas Tille
tille at alioth.debian.org
Fri Feb 17 10:51:57 UTC 2012
Author: tille
Date: 2012-02-17 10:51:57 +0000 (Fri, 17 Feb 2012)
New Revision: 2152
Modified:
udd/sql/upgrade.sql
Log:
Permissions needed by blends tools seem to have lost in recent upgrades
Modified: udd/sql/upgrade.sql
===================================================================
--- udd/sql/upgrade.sql 2012-02-17 09:05:30 UTC (rev 2151)
+++ udd/sql/upgrade.sql 2012-02-17 10:51:57 UTC (rev 2152)
@@ -456,3 +456,6 @@
PRIMARY KEY (package, release, language, description, description_md5)
);
GRANT SELECT ON derivatives_descriptions TO PUBLIC;
+
+GRANT SELECT ON packages TO PUBLIC;
+GRANT SELECT ON releases TO PUBLIC;
More information about the Collab-qa-commits
mailing list