Closed
Bug 889598
Opened 12 years ago
Closed 12 years ago
Help setupdb_app.py actually create indexes
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Unassigned)
Details
All indexes defined in models.py need to be defined in __table_args__ to be called by metadata.create_all() inside of setupdb_app.py
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c217fe42d9ff09707bb40d427607c5ed622d74d2
Fixes bug 889598 Create multi-column indexes
https://github.com/mozilla/socorro/commit/ff403bfbdd711e292b6217b68b83f41cc8741e50
Merge pull request #1322 from selenamarie/bug889598-create-indexes
Fixes bug 889598 Create multi-column indexes
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•