dhmit / gender_analysis_web

4 stars 0 forks source link

Modify database seed #48

Closed joshfeli closed 3 years ago

joshfeli commented 3 years ago

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.

joshfeli commented 3 years ago

This is just part of PR #38, which is merged into main.