]> git.ozlabs.org Git - patchwork/commitdiff
sql: remove non-existing auth_message table
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 1 Oct 2013 17:39:19 +0000 (18:39 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 4 Oct 2013 06:15:14 +0000 (14:15 +0800)
During a recent installation the grant-all MySQL script was erroring out
because the "auth_message" table does not exist, remove it.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
lib/sql/grant-all.mysql.sql

index 6dc2d6a5e70ab712679db1068bca16ffd39b164c..a3076757f786734069c1ac6b852653799f8fa14c 100644 (file)
@@ -1,7 +1,6 @@
 BEGIN;
 -- give necessary permissions to the web server. Becuase the admin is all
 -- web-based, these need to be quite permissive
-GRANT SELECT, UPDATE, INSERT, DELETE ON        auth_message TO 'www-data'@localhost;
 GRANT SELECT, UPDATE, INSERT, DELETE ON django_session TO 'www-data'@localhost;
 GRANT SELECT, UPDATE, INSERT, DELETE ON django_site TO 'www-data'@localhost;
 GRANT SELECT, UPDATE, INSERT, DELETE ON django_admin_log TO 'www-data'@localhost;