Skip to content

Commit e9bb46e

Browse files
ffainellijk-ozlabs
authored andcommitted
sql: remove non-existing auth_message table
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>
1 parent 2a65b3c commit e9bb46e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sql/grant-all.mysql.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
BEGIN;
22
-- give necessary permissions to the web server. Becuase the admin is all
33
-- web-based, these need to be quite permissive
4-
GRANT SELECT, UPDATE, INSERT, DELETE ON auth_message TO 'www-data'@localhost;
54
GRANT SELECT, UPDATE, INSERT, DELETE ON django_session TO 'www-data'@localhost;
65
GRANT SELECT, UPDATE, INSERT, DELETE ON django_site TO 'www-data'@localhost;
76
GRANT SELECT, UPDATE, INSERT, DELETE ON django_admin_log TO 'www-data'@localhost;

0 commit comments

Comments
 (0)