Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Is "msg_id" versus "msgid" an issue? (1 viewing) (1) Guest
TOPIC: Is "msg_id" versus "msgid" an issue?
#21369
Is "msg_id" versus "msgid" an issue? 1 Year, 4 Months ago  
Hi all,

I've got FB at version 1.0.1 but also with a few updates from SVN prior to 1.0.2 (if that makes sense) and realise that some of the SQL commands will fail as I already have some of the variables in my tables.

So I did a quick look to see what commands I do need to run to do the update to 1.0.3 and what ones I don't. For example, to alter jos_fb_categories I'm only going to have to run...

[code:1]add column `headerdesc` text NOT NULL after `description`,
add column `class_sfx` varchar(20) NOT NULL after `headerdesc`,
add KEY `msg_id`(`id_last_msg`) [/code:1]

That last bit...the key, gets me slightly confused...as there is a key already there that has "id_last_msg" as its field, but it is called "msgid" (note no _ in the name).

Should I delete the existing key or rename it? Not sure how keys work.

Cheers, Phil
Philip Roy (User)
Junior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
NZMac.com - Supporting the New Zealand Mac Community
www.nzmac.com
 
 
#21407
Re:Is "msg_id" versus "msgid" an issue? 1 Year, 4 Months ago  
one is enough
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
 
Go to top