Hello,
Just upgraded from 0.4.2 to 0.8-rc but i cannot save, add, modify any existing contact. Looks like my contact table structure is obsolete.
Here it is :
contact_id | integer
user_id | integer
changed | timestamp with time zone
del | smallint
name | character varying(128)
email | character varying(255)
firstname | character varying(128)
surname | character varying(128)
vcard | text
Can somebody help me restructuring it ?
Thanks for your help.