Add FileAttachmentHistory model and evolutions.
Review Request #6385 — Created Sept. 30, 2014 and submitted — Latest diff uploaded
This change adds a model which is used to aggregate multiple FileAttachments
together into a single "history". This will be used by future changes for the
"Update" command, allowing users to replace attachments with new versions.
Ran evolutions.
Diff Revision 4 (Latest)
orig
1
2
3
4
reviewboard/attachments/models.py |
---|
reviewboard/attachments/evolutions/__init__.py |
---|
reviewboard/attachments/evolutions/file_attachment_revision.py |
---|
reviewboard/reviews/evolutions/__init__.py |
---|
reviewboard/reviews/evolutions/review_request_file_attachment_histories.py |
---|
reviewboard/reviews/models/review_request.py |
---|