Closed
Bug 736636
Opened 13 years ago
Closed 13 years ago
Taskboard migrations don't work from scratch
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tallOwen, Assigned: tofumatt)
References
Details
(Whiteboard: [re:03/21/2012][qa-])
If you start with a fresh database and run ./manage.py syncdb and ./manage.py migrate you end up with a bad task board database. At this point I think we should scrapping our migrations in task board and starting over.
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [re:03/21/2012]
| Assignee | ||
Comment 1•13 years ago
|
||
Is this recent? The vagrant up still worked fine as of a few days ago. Wouldn't this cause the tests to fail too?
| Reporter | ||
Comment 2•13 years ago
|
||
Not necessarily. Jenkins only runs new migrations.
Comment 4•13 years ago
|
||
Hm, if it's just the initial migration being broken, then you can fix that one manually.
Updated•13 years ago
|
Assignee: timw → tofumatt
| Assignee | ||
Comment 6•13 years ago
|
||
This happened because some old migrations were merged in when they shouldn't have been. Pull request forthcoming.
Comment 7•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/2931eeb375d3f72bc4585b7567cb04caf6e40f7d
Clean migrations from bootstrap (fix bug 736636)
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
Updated•13 years ago
|
Whiteboard: [re:03/21/2012] → [re:03/21/2012][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•