You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 4 of 4)
phatax wrote:how do I change the version number in the conf table?
I don't know how to edit my database manually?
seems to me people just don't take the time out to read anymore... /me sighs
thegleek wrote:elbekko wrote:You need to change it in your database. It's in the config table.
the real easy simple sql command to do that is:
update config set conf_value='1.2.14' where conf_name='o_cur_version';
Also, a concern... I notice the changes from 1.2.13 to 1.2.14 concerning the install.php file that changes all the:
TEXT NOT NULL DEFAULT '',
to just
TEXT,
now... but the HDIFF doesn't go into details on how to update current db's that were already created with the former install.php installations (pre 1.2.14)...
Is this an important sql db update or do we need not to be concerned over our current database structure?
elbekko wrote:You need to change it in your database. It's in the config table.
the real easy simple sql command to do that is:
update config set conf_value='1.2.14' where conf_name='o_cur_version';
Posts found: 76 to 78 of 78