This PR modifies the database seed that PR #28 describes. The field values for some instances of the PronounSeries model were swapped; the migration file that this PR includes switches the mixed field values and restores their correct values.
PR #38 will depend on this PR as the TestCase it will include will use the database seed.
This PR modifies the database seed that PR #28 describes. The field values for some instances of the
PronounSeries
model were swapped; the migration file that this PR includes switches the mixed field values and restores their correct values.PR #38 will depend on this PR as the
TestCase
it will include will use the database seed.