76

(95 replies, posted in News)

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';

77

(95 replies, posted in News)

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?

78

(95 replies, posted in News)

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';