Page 1 of 1

r288

Posted: Tue 20. Jan 2009, 16:25
by Jensensen
http://code.google.com/p/phpwcms/source/detail?r=288

update of the database required:

Code: Select all

#2009-01-18
ALTER TABLE `phpwcms_crossreference` ADD `cref_module` VARCHAR( 255 ) NOT NULL AFTER `cref_type`;
ALTER TABLE `phpwcms_crossreference` ADD INDEX ( `cref_module` );

Re: r288

Posted: Wed 21. Jan 2009, 11:28
by sustia
Hi Jensensen, what does this update?
Something important?

Re: r288

Posted: Wed 21. Jan 2009, 12:09
by Jensensen
I haven't a clue. This table was new since v1.3.2. Actually none of script files contain "phpwcms_crossreference" but /setup/update_sql/17__1.3.0_to_1.3.2.sql
Must be some kind of preparation for the good things more to come...

Re: r288

Posted: Wed 21. Jan 2009, 12:14
by sustia
Ok, thanks for your reply.