]> git.decadent.org.uk Git - dak.git/blobdiff - add_constraints.sql
oops, actually cvs add dak, tiffani, README.quotes
[dak.git] / add_constraints.sql
index f459835ff96b5ef3b9a65abcf2512c6f780f5103..65625eb6747e54b3c079ad1e86732beb2ac4f2ab 100644 (file)
@@ -103,7 +103,8 @@ GRANT ALL ON architecture, architecture_id_seq, archive,
   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,
-  suite_architectures, suite_id_seq, unstable_accepted TO GROUP ftpmaster;
+  suite_architectures, suite_id_seq, accepted_autobuild, uid,
+  uid_id_seq TO GROUP ftpmaster;
 
 -- Read only access to user 'nobody'
 GRANT SELECT ON architecture, architecture_id_seq, archive,
@@ -114,4 +115,5 @@ GRANT SELECT ON architecture, architecture_id_seq, archive,
   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,
-  suite_architectures, suite_id_seq, unstable_accepted TO PUBLIC;
+  suite_architectures, suite_id_seq, accepted_autobuild, uid,
+  uid_id_seq TO PUBLIC;