Closed
Bug 1007994
Opened 11 years ago
Closed 11 years ago
Add MySQL specific database schema dumps to the BuildAPI repo
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeller, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
25.05 KB,
patch
|
hwine
:
review+
hwine
:
checked-in+
|
Details | Diff | Splinter Review |
Currently there are only sqlite schema dumps in the buildapi repo. We should add mysql specific dumps for the time being. Ultimately, it would be nice to have abstract schemas to load with something like sqlalchemy into any db we would like.
| Reporter | ||
Updated•11 years ago
|
Attachment #8419806 -
Flags: review?(hwine)
Comment on attachment 8419806 [details] [diff] [review]
mysql-schemas.patch
Review of attachment 8419806 [details] [diff] [review]:
-----------------------------------------------------------------
Good on updating the README.txt as well :) Take it one more step an include a note on how you generated the schema files, so it's easy for the next person to update.
Attachment #8419806 -
Flags: review?(hwine) → review+
| Reporter | ||
Comment 2•11 years ago
|
||
Added README text detailing how schemas were obtained
Attachment #8419806 -
Attachment is obsolete: true
Attachment #8419828 -
Flags: review?(hwine)
Comment on attachment 8419828 [details] [diff] [review]
mysql-schemas.patch
Review of attachment 8419828 [details] [diff] [review]:
-----------------------------------------------------------------
r+ on the README additions; <stamp/> on the schemas since they're generated.
Attachment #8419828 -
Flags: review?(hwine) → review+
Comment on attachment 8419828 [details] [diff] [review]
mysql-schemas.patch
https://hg.mozilla.org/build/buildapi/rev/4d63d8207d5c
Attachment #8419828 -
Flags: checked-in+
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•