From 739699326e190cfe3b23e51b74a265bbc4c53ea9 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 13 Aug 2012 09:24:46 +0200 Subject: [PATCH] =?utf8?q?dak/dakdb/update79.py:=20fix=20typo:=20workd=20?= =?utf8?q?=E2=86=92=20world?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dak/dakdb/update79.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/dakdb/update79.py b/dak/dakdb/update79.py index d03fc066..81a7b239 100755 --- a/dak/dakdb/update79.py +++ b/dak/dakdb/update79.py @@ -38,7 +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("GRANT USAGE ON SCHEMA world 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") -- 2.39.5