Quote:
Originally Posted by Paul M
Just run the sql manually ;
[sql]ALTER TABLE post ADD INDEX (dateline)[/sql]
|
Quote:
Your SQL-query has been executed successfully (Query took 62.6895 sec)
SQL-query:
ALTER TABLE post ADD INDEX ( dateline )
|
Did it manually.. Imported the product... same thing
I verified the dateline exists in the post table. So when installing, when it checks for the index, why does it still attempt to add it?