If you enable data module in a postgresql installation you get a error because db_change_field() is not implemented

Comments

asanchez75’s picture

Status: Active » Needs review
StatusFileSize
new2.1 KB

patch to fix this bug

joachim’s picture

Status: Needs review » Needs work

Yikes I didn't realize we were changing the tables of another module!

We should be using http://api.drupal.org/api/drupal/modules!system!system.api.php/function/... here too.

Though I guess that's a separate issue, as it needs fixing on D6 too!

joachim’s picture

Status: Needs work » Needs review
Chipzzz’s picture

StatusFileSize
new2.1 KB

This adds hook_schema_alter to the patch from comment #1, removing a mismatch between the schema and database.

Edit: I see that had unintended consequences. Thank you for reverting it.

joachim’s picture

joachim’s picture

Status: Needs review » Closed (won't fix)