From 07eaa42445452db7942767b4ec2dea518d667be7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 31 Jan 2017 12:31:29 +0100 Subject: Change filed length in DB to match importers - Importer configuration --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 28d50c3bc..418b18a82 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2130,6 +2130,7 @@ TARGET_MODELS = [ _(u"Context record relation type")), ('SpatialReferenceSystem', _(u"Spatial reference system")), ('SupportType', _(u"Support type")), + ('TitleType', _(u"Title type")), ] TARGET_MODELS_KEYS = [tm[0] for tm in TARGET_MODELS] -- cgit v1.2.3