Quote:
Originally Posted by Delphiprogrammi
the query in the lated version upgrade instruction doesn't work for me
Code:
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id
UPDATE `".TABLE_PREFIX."warning_options` SET version='2.3.1' WHERE oid=1
reply from the MySQL server
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1103
error desc: Incorrect table name '".TABLE_PREFIX."warnings'
sql querries aren't my strongest point ...
|
I got the first quiery working:
Code:
ALTER TABLE `warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id
by removing the botton query and removing the ".TABLE_PREFIX." which was infront og the warnings.