src/hp/models.py
changeset 65 6289931858a7
parent 41 b6010b3d6ea8
child 91 eb2aa2a469e2
--- a/src/hp/models.py	Fri Nov 16 17:38:24 2012 +0100
+++ b/src/hp/models.py	Fri Nov 16 18:33:51 2012 +0100
@@ -11,6 +11,7 @@
 class VideoKCRel(models.Model):
     
     iri_id = models.CharField(max_length=255, unique=True, verbose_name=_('content.iri_id'))
+    project_id = models.CharField(max_length=255, unique=False, verbose_name=_('project_id'), null=True, blank=True)
     graph_id = models.CharField(max_length=1024, verbose_name=_('graph_id'))
     topic_id = models.CharField(max_length=1024, verbose_name=_('topic_id'))