diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-30 18:13:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-30 18:13:31 +0200 |
commit | 11eefad9b7db1dc5a4d7a844dd2ad0b78bec6d0c (patch) | |
tree | 51e3ce3686ef3c2a4356cd1b7b5b7eae5b5bc9a0 /archaeological_context_records/migrations/0001_initial.py | |
parent | f88845f0566764cd72f0ba94ed16b6abe7a9affe (diff) | |
download | Ishtar-11eefad9b7db1dc5a4d7a844dd2ad0b78bec6d0c.tar.bz2 Ishtar-11eefad9b7db1dc5a4d7a844dd2ad0b78bec6d0c.zip |
v1 merge: adapt initial migrations
Diffstat (limited to 'archaeological_context_records/migrations/0001_initial.py')
-rw-r--r-- | archaeological_context_records/migrations/0001_initial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0001_initial.py b/archaeological_context_records/migrations/0001_initial.py index 7f8602afc..743659f01 100644 --- a/archaeological_context_records/migrations/0001_initial.py +++ b/archaeological_context_records/migrations/0001_initial.py @@ -90,7 +90,7 @@ class Migration(migrations.Migration): ('image', models.ImageField(max_length=255, null=True, upload_to=b'upload/', blank=True)), ('thumbnail', models.ImageField(max_length=255, null=True, upload_to=b'upload/thumbs/', blank=True)), ('title', models.CharField(max_length=300, verbose_name='Title')), - ('external_id', models.CharField(max_length=12, null=True, verbose_name='External ID', blank=True)), + ('external_id', models.TextField(max_length=300, null=True, verbose_name='External ID', blank=True)), ('scale', models.CharField(max_length=30, null=True, verbose_name='Scale', blank=True)), ('associated_url', models.URLField(null=True, verbose_name='Numerical ressource (web address)', blank=True)), ('receipt_date', models.DateField(null=True, verbose_name='Receipt date', blank=True)), |