]> git.decadent.org.uk Git - dak.git/commitdiff
grant usage for world
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 12:53:29 +0000 (14:53 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 12:53:29 +0000 (14:53 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update79.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 954f393..ca20450
@@ -38,6 +38,7 @@ def do_update(self):
         c = self.db.cursor()
 
         c.execute("CREATE SCHEMA world");
+        c.execute("GRANT USAGE ON SCHEMA workd TO PUBLIC")
         c.execute("ALTER DEFAULT PRIVILEGES IN SCHEMA world GRANT SELECT ON TABLES TO PUBLIC")
         c.execute("ALTER DEFAULT PRIVILEGES IN SCHEMA world GRANT ALL ON TABLES TO ftpmaster")
         c.execute("ALTER DEFAULT PRIVILEGES IN SCHEMA world GRANT SELECT ON SEQUENCES TO PUBLIC")