widelands / widelands-website

The widelands website is a bunch of applications for the django web framework. It is developed in the open here.
https://www.widelands.org/
GNU General Public License v2.0
15 stars 11 forks source link

Migration fixes #401

Closed frankystone closed 1 year ago

frankystone commented 1 year ago

This adds some migrations to fit the latest changes on models like adding/changing the on_delete argument.

I wanted to make a test by setting up a new website like described in the README, so please wait with merging until my test succeeds.

frankystone commented 1 year ago

All works fine.

On alpha there might be complications applying this branch, because some migrations where added accidentally recently. To fix that one has to remove the accidentally made migrations from the table django_migrations in the mysql console.