[open-ils-commits] r30 - servres/trunk/conifer/syrup

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 19 17:58:19 EST 2008


Author: artunit
Date: 2008-11-19 17:58:14 -0500 (Wed, 19 Nov 2008)
New Revision: 30

Modified:
   servres/trunk/conifer/syrup/models.py
Log:


Modified: servres/trunk/conifer/syrup/models.py
===================================================================
--- servres/trunk/conifer/syrup/models.py	2008-11-19 22:28:15 UTC (rev 29)
+++ servres/trunk/conifer/syrup/models.py	2008-11-19 22:58:14 UTC (rev 30)
@@ -73,7 +73,7 @@
 
 class Department(m.Model):
     abbreviation = m.CharField(max_length=8,db_index=True)
-    name = m.TextField(db_index=True)
+    name   = m.CharField(max_length=255)
     active       = m.BooleanField(default=True)
 
     def __unicode__(self):



More information about the open-ils-commits mailing list