aboutsummaryrefslogtreecommitdiff
path: root/docs/design-schema
AgeCommit message (Collapse)Author
2007-08-29Convert the schema documentation into a Perl class that contains the sameRuss Allbery
information but can also return the SQL commands or apply them to a database.
2007-08-28Use acl_entries, not acl_entry, for the ACL table to match theRuss Allbery
pluralization of other table names. Add indexes and uniqueness constraints and fix the object_history primary key.
2007-08-27Rename delete to destroy in the API and MySQL fields to avoid the PerlRuss Allbery
delete keyword.
2007-08-27Add the history tables and remove the krb5-group ACL tables, since I won'tRuss Allbery
be implementing that ACL type. Add names to the ACL table. Various other fixes from the design review.
2007-03-08Rename to docs for compatibility with other packages.Russ Allbery