From 8f11bdd18377414f41c4fbede628f122de5dad2d Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Mon, 14 Jan 2008 04:01:28 +0000 Subject: [PATCH] grant permissions on keyrings table --- setup/add_constraints.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/add_constraints.sql b/setup/add_constraints.sql index f25165c1..fcc66582 100644 --- a/setup/add_constraints.sql +++ b/setup/add_constraints.sql @@ -104,7 +104,8 @@ GRANT ALL ON architecture, architecture_id_seq, archive, archive_id_seq, bin_associations, bin_associations_id_seq, binaries, binaries_id_seq, component, component_id_seq, dsc_files, dsc_files_id_seq, files, files_id_seq, fingerprint, - fingerprint_id_seq, location, location_id_seq, maintainer, + fingerprint_id_seq, keyrings, keyrings_id_seq, + location, location_id_seq, maintainer, maintainer_id_seq, override, override_type, override_type_id_seq, priority, priority_id_seq, section, section_id_seq, source, source_id_seq, src_associations, src_associations_id_seq, suite, @@ -116,7 +117,8 @@ GRANT SELECT ON architecture, architecture_id_seq, archive, archive_id_seq, bin_associations, bin_associations_id_seq, binaries, binaries_id_seq, component, component_id_seq, dsc_files, dsc_files_id_seq, files, files_id_seq, fingerprint, - fingerprint_id_seq, location, location_id_seq, maintainer, + fingerprint_id_seq, keyrings, keyrings_id_seq, + location, location_id_seq, maintainer, maintainer_id_seq, override, override_type, override_type_id_seq, priority, priority_id_seq, section, section_id_seq, source, source_id_seq, src_associations, src_associations_id_seq, suite, -- 2.39.2