Correction of the migration sequence both for clean and old databases.
This commit is contained in:
parent
34443fa4e6
commit
a14e11640b
3 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('typeclasses', '0001_initial'),
|
||||
('typeclasses', '0002_auto_20150109_0913'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue