Created
May 26, 2010 15:38
-
-
Save bcmiller/414648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Executing feedback_update_6100 [success] | |
WD php: Incorrect table definition; there can be only one auto column[error] | |
and it must be defined as a key | |
query: ALTER TABLE feedback DROP PRIMARY KEY in | |
/mnt/apci/main/www/includes/database.mysql-common.inc on line 386. | |
WD php: Multiple primary key defined [error] | |
query: ALTER TABLE feedback CHANGE `fid` `fid` INT unsigned NOT NULL | |
auto_increment, ADD PRIMARY KEY (fid) in | |
/mnt/apci/main/www/includes/database.mysql-common.inc on line 520. | |
ALTER TABLE {feedback} DROP PRIMARY KEY [error] | |
ALTER TABLE {feedback} CHANGE `fid` `fid` INT unsigned NOT NULL [error] | |
auto_increment, ADD PRIMARY KEY (fid) | |
Executing feedback_update_6101 [success] | |
ALTER TABLE {feedback} ADD `url` TEXT DEFAULT NULL [success] | |
ALTER TABLE {feedback} CHANGE `url` `url` TEXT NOT NULL [success] | |
UPDATE {feedback} SET url = location [success] | |
An error occurred at function : drush_core_updatedb_batch_process [error] | |
Finished performing updates. [ok] | |
An error occurred at function : drush_core_updatedb [error] | |
root@mercury:/mnt/apci/main/www# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment