diff --git a/www/maposmatic/migrations/0003_maprenderingjob_dpi.py b/www/maposmatic/migrations/0004_maprenderingjob_dpi.py similarity index 87% rename from www/maposmatic/migrations/0003_maprenderingjob_dpi.py rename to www/maposmatic/migrations/0004_maprenderingjob_dpi.py index e936902f..fa8c443b 100644 --- a/www/maposmatic/migrations/0003_maprenderingjob_dpi.py +++ b/www/maposmatic/migrations/0004_maprenderingjob_dpi.py @@ -7,7 +7,7 @@ from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ - ('maposmatic', '0002_maprenderingjob_overlay'), + ('maposmatic', '0003_auto_20161112_1521'), ] operations = [