Hi
i would like upgrade to the latest version "stable" but in the UPGRADING guide i've just found istructions for update from 0.1-xx and 0.2-alpha, nothing about 0.2-beta.
Is possible switch to 0.2-stable from 0.2-beta?
thanks a lot
regards
You have to adjust the database:
./SQL/[mysql].update.sql ... snippet ...
-- Updates from version 0.2-beta (InnoDB only)
ALTER TABLE `cache`
DROP `session_id`;
ALTER TABLE `session`
ADD INDEX `changed_index` (`changed`);
ALTER TABLE `cache`
ADD INDEX `created_index` (`created`);
ALTER TABLE `users`
CHANGE `language` `language` varchar(5);
hmmm..........