summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-04-22 20:50:19 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-04-22 21:05:47 +0800
commitf9bed823a1c2bcba6acf3d7f7650a80d5733a314 (patch)
tree7d1c9489b87b0b0324db93069afdb4f385ebbcf8
parentfd1f5851f960e03a91efd2a93397739ca9473d67 (diff)
downloadpatchwork-f9bed823a1c2bcba6acf3d7f7650a80d5733a314.tar.bz2
patchwork-f9bed823a1c2bcba6acf3d7f7650a80d5733a314.tar.xz
lib/sql: remove references to auth_message model
The Message model was deprecated in 1.4, and removed in 1.6 Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--lib/sql/grant-all.postgres.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql
index 926d5d3..4498408 100644
--- a/lib/sql/grant-all.postgres.sql
+++ b/lib/sql/grant-all.postgres.sql
@@ -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,