X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsql%2Fgrant-all.postgres.sql;fp=lib%2Fsql%2Fgrant-all.postgres.sql;h=6a1a47dab2c0a6dbe61fcd5e585c89816e685406;hb=f34e08f25546c6283da7d44f1485f8139efd9614;hp=72e1f3195f516d7a431872a1123f787835c4ee4e;hpb=3cc3a114ce469c67ac0a78f74cef786e724bc666;p=patchwork diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql index 72e1f31..6a1a47d 100644 --- a/lib/sql/grant-all.postgres.sql +++ b/lib/sql/grant-all.postgres.sql @@ -21,7 +21,7 @@ GRANT SELECT, UPDATE, INSERT, DELETE ON patchwork_userprofile_maintainer_projects, patchwork_project, patchwork_bundle, - patchwork_bundle_patches, + patchwork_bundlepatch, patchwork_patch, registration_registrationprofile TO "www-data"; @@ -37,7 +37,7 @@ GRANT SELECT, UPDATE ON django_content_type_id_seq, django_site_id_seq, patchwork_bundle_id_seq, - patchwork_bundle_patches_id_seq, + patchwork_bundlepatch_id_seq, patchwork_comment_id_seq, patchwork_patch_id_seq, patchwork_person_id_seq,