From: Jeremy Kerr Date: Tue, 22 Apr 2014 12:50:19 +0000 (+0800) Subject: lib/sql: remove references to auth_message model X-Git-Url: http://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=f9bed823a1c2bcba6acf3d7f7650a80d5733a314 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 --- 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,