JamesP2 / ReviewSite

1 stars 0 forks source link

Migrations make breaking changes to front-end #29

Closed JamesP2 closed 11 years ago

JamesP2 commented 11 years ago

The Migration seeds will de-associate any grid from the home category and reset the system administrator password every time a database is reseeded or migrated to a new version.

Appropriate checks should be in place in Seed() to stop this happening (mimic what has been done to permissions and check for existence before change)