Change payment validation tip.
[platal.git] / upgrade / 1.1.2 / README
CommitLineData
0e1dfbad
SJ
1Check that the following queries return the same results before updating:
2SELECT COUNT(*), COUNT(DISTINCT(pid)) FROM profile_name AS pn INNER JOIN profile_name_enum AS pne ON (pn.typeid = pne.id) WHERE pne.type = 'nickname';
3SELECT COUNT(*), COUNT(DISTINCT(pid)) FROM profile_name AS pn INNER JOIN profile_name_enum AS pne ON (pn.typeid = pne.id) WHERE pne.type = 'name_other';
4SELECT COUNT(*), COUNT(DISTINCT(pid)) FROM profile_name AS pn INNER JOIN profile_name_enum AS pne ON (pn.typeid = pne.id) WHERE pne.type = 'firstname_other';
304cdf32 5
c7d784c5
SJ
6Once all sql/php scripts have be run, run retrieve_address_tables.sh and finally xx_retrieve_geocoding.sql.
7Then "./formatAddresses.php -g -t g -r e" will format the last ungeocoded addresses.
559cef11
SJ
8
9Additions to platal.conf:
10[Maps]
11api_version = "3.4" (depending on current version when releasing)
12language = "fr"