r288

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

r288

Post 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` );
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: r288

Post by sustia »

Hi Jensensen, what does this update?
Something important?
Campeones del mundo!
Vegetables!
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: r288

Post 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...
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Re: r288

Post by sustia »

Ok, thanks for your reply.
Campeones del mundo!
Vegetables!
Post Reply