Commit e8890452 authored by Romain Courteaud's avatar Romain Courteaud

Bug fix: uid type is long.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3777 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b9b2267
......@@ -40,6 +40,6 @@ class Base:
'mode' : '' },
{ 'id' : 'uid',
'description' : 'Unique ID of the object in the ZSQLCatalog',
'type' : 'int',
'type' : 'long',
'mode' : '' },
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment