aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in ddlStanislav Ochotnicky2009-07-081-4/+16
| | | | | * useflag table had wrong type for id (no autoincrement) * name of packageproperties_seq_id was corrected
* Added changes in datamodel to ddlStanislav Ochotnicky2009-07-061-36/+75
| | | | | | Added 'tinderbox' table to keep track of tinderboxes compiling packages You can safely ignore changes in comments
* Improvements to ddlStanislav Ochotnicky2009-06-231-4/+81
| | | | | | | | | As per robbat's suggestions: * added portageprofile table FK to packageproperties this will make it possible to have non-colliding files in the same place in different profiles * changed 'type' in packageproperties_file table to FK to table 'filetype' and conform to 3rd NF
* Added database schemaStanislav Ochotnicky2009-06-231-0/+390
| | | | | Generated using: pg_dump -d collagen -U postgres -C -O -s -x
* Added doc model for collagenStanislav Ochotnicky2009-06-111-0/+0
created in community edition of Visual Paradigm for UML