1
Hi,
I want to add some field on users field (on XOOPS 2.0.13.2) such as city, country and address.
I add those scripts on install/upgrad/mysql.sql
alter table 'users' add country varchar(100) ;
etc ...
the problem is, when I tried to install on another server, those upgrade doesnt added into my users table.
Thank you !