Closed
Bug 1011543
Opened 12 years ago
Closed 12 years ago
Project setup: sandstone migration depends on forms migrations but isn't marked
Categories
(Websites Graveyard :: mobilepartners.mozilla.org, defect)
Websites Graveyard
mobilepartners.mozilla.org
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1015542
People
(Reporter: osmose, Unassigned)
Details
When setting up a development instance of the site, when I run the full migrations, the migration `sandstone:0006_auto__add_field_form_version` fails because it relies on the forms_form table existing, which, in my case, didn't because the migrations for the form app hadn't run yet.
Setting that migration to depend upon the latest forms app migration should fix it, as I was able to get the site set up by running only the forms app migrations then running all the migrations as normal.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•