mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
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 = [
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('typeclasses', '0001_initial'),
|
||||
('auth', '0007_alter_validators_add_error_messages')
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('typeclasses', '0004_auto_20151101_1759'),
|
||||
('comms', '0010_auto_20161206_1912'),
|
||||
('help', '0001_initial')
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue