Quote:
Originally Posted by docvader
OK, thanks. First table was apparently in there, second table worked via your method.
Now, I'm getting errors with these queries:
I don't think its happy with the table prefix the way it's written. (I have no table prefix, as I upgraded from a 2.xx board a while back)
Thanks for the help. I'd like to get this to work.
|
If you are trying to run these queries manual, and don't use a prefix, change them like this:
[sql]ALTER TABLE language ADD phrasegroup_vbogram MEDIUMTEXT NOT NULL;
INSERT INTO phrasetype (phrasetypeid, fieldname, title, editrows) VALUES (885, 'vbogram', 'vB-O-Gram', 3) [/sql]