tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Fix migrations #113

Closed renatobellotti closed 6 years ago

renatobellotti commented 7 years ago

Problem: It is not possible to apply all migrations (from 3rd party apps).

The problem exists at least since commit 3eca7108bd093f9c42b7940748f38f5ab54048ea.

Ways to reproduce:

What might help: Delete the last 4 lines in courses/migrations/0035.... (was manually adjusted; perhaps to remove remaining db entries from a former dependency mughsot?)

Suggested process: I suspect that somebody forgot to create migrations after heavily changing some model(s). Therefore: Find latest working commit. Manually adjust the next migrations to be in sync again with the models.

renatobellotti commented 6 years ago

Has already been solved (solution).