Error updating Drupal 5.7 schema
The following queries were executed
currency_api module
Update #1
* Failed: ALTER TABLE {currencyapi} CHANGE timestamp timestamp int NOT NULL default '0'
Error updating Drupal 5.7 schema
The following queries were executed
currency_api module
Update #1
* Failed: ALTER TABLE {currencyapi} CHANGE timestamp timestamp int NOT NULL default '0'
Comments
Comment #1
kbahey commentedhttp://drupal.org/node/278783
Comment #2
drew reece commentedYou have marked this a duplicate of itself?!?
I'm having the same issue …
Failed: ALTER TABLE {currencyapi} CHANGE timestamp timestamp int NOT NULL default '0'
After running update.php. The query fails because no table 'currencyapi' exists.
I cannot find the issue that this is meant to be a duplicate of so I'm setting it back to active.
Drew
Comment #3
kbahey commentedHere is the correct duplicate issue http://drupal.org/node/279079
Comment #4
drew reece commentedThanks for the prompt reply,
Not sure why the table didn't get installed for version 1.0 but reinstalling after deactivating/uninstalling fixed it.
Thanks
D