summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
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
commit63b8d23c0c30b7dbbf49f48e763d40d08b078c8e (patch)
tree51e3ce3686ef3c2a4356cd1b7b5b7eae5b5bc9a0 /archaeological_context_records
parent65d0599b64fe01a023228006b291249b8e5e7ac6 (diff)
downloadIshtar-63b8d23c0c30b7dbbf49f48e763d40d08b078c8e.tar.bz2
Ishtar-63b8d23c0c30b7dbbf49f48e763d40d08b078c8e.zip
v1 merge: adapt initial migrations
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/migrations/0001_initial.py2
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)),