Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created May 26, 2010 15:38
Show Gist options
  • Save bcmiller/414648 to your computer and use it in GitHub Desktop.
Save bcmiller/414648 to your computer and use it in GitHub Desktop.
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