]> git.ozlabs.org Git - patchwork/commitdiff
lib/sql: remove references to auth_message model
authorJeremy Kerr <jk@ozlabs.org>
Tue, 22 Apr 2014 12:50:19 +0000 (20:50 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 22 Apr 2014 13:05:47 +0000 (21:05 +0800)
The Message model was deprecated in 1.4, and removed in 1.6

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
lib/sql/grant-all.postgres.sql

index 926d5d3baede01ef82119a8b0c6c6e670f2440b1..449840879ae1266354b6211e8078324e5796e6e5 100644 (file)
@@ -2,7 +2,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,
        django_session,
        django_site,
        django_admin_log,
@@ -29,7 +28,6 @@ TO "www-data";
 GRANT SELECT, UPDATE ON
        auth_group_id_seq,
        auth_group_permissions_id_seq,
-       auth_message_id_seq,
        auth_permission_id_seq,
        auth_user_groups_id_seq,
        auth_user_id_seq,