Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
docker-compose run frontend web_frontend/manage.py makemigrations; do…
Browse files Browse the repository at this point in the history
…cker-compose run mediator osmaxx_conversion_service/manage.py makemigrations
  • Loading branch information
das-g committed May 11, 2017
1 parent f0abf48 commit 946ed7a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions osmaxx/conversion/migrations/0012_auto_20170511_1407.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-05-11 12:07
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('conversion', '0011_remove_falsely_zeroed_unzipped_result_size_values_20160718_1445'),
]

operations = [
migrations.AlterField(
model_name='parametrization',
name='out_format',
field=models.CharField(choices=[('fgdb', 'Esri File Geodatabase'), ('shapefile', 'Esri Shapefile'), ('gpkg', 'GeoPackage'), ('spatialite', 'SpatiaLite'), ('garmin', 'Garmin navigation & map data'), ('pbf', 'OSM Protocolbuffer Binary Format')], max_length=100, verbose_name='out format'),
),
]
20 changes: 20 additions & 0 deletions osmaxx/excerptexport/migrations/0057_auto_20170511_1406.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-05-11 12:06
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('excerptexport', '0056_auto_20160919_1458'),
]

operations = [
migrations.AlterField(
model_name='export',
name='file_format',
field=models.CharField(choices=[('fgdb', 'Esri File Geodatabase'), ('shapefile', 'Esri Shapefile'), ('gpkg', 'GeoPackage'), ('spatialite', 'SpatiaLite'), ('garmin', 'Garmin navigation & map data'), ('pbf', 'OSM Protocolbuffer Binary Format')], max_length=10, verbose_name='file format / data format'),
),
]

0 comments on commit 946ed7a

Please sign in to comment.