--- a/server/test/data/schema/Societe.py Thu May 14 10:24:56 2009 +0200
+++ b/server/test/data/schema/Societe.py Thu May 14 11:38:40 2009 +0200
@@ -5,10 +5,10 @@
'delete': ('managers', 'owners', ERQLExpression('U login L, X nom L')),
'add': ('managers', 'users',)
}
-
+
nom = String(maxsize=64, fulltextindexed=True)
web = String(maxsize=128)
- type = String(maxsize=128) # attribute in common with Note
+ type = String(maxsize=128) # attribute in common with Note
tel = Int()
fax = Int()
rncs = String(maxsize=128)