Hi,
Could be fixed with:

function votingapi_update_7202() {
  db_change_field('votingapi_vote', 'entity_type', 'entity_type', array('type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => 'node'));
  db_change_field('votingapi_cache', 'entity_type', 'entity_type',array('type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => 'node'));
}

Comments

jaydub’s picture

It would helpful to know what the Schema issue was...

torotil’s picture

Status: Active » Postponed (maintainer needs more info)

I think the issue is the default value for entity_type. But I'd like to really know what the problem was.

torotil’s picture

Status: Postponed (maintainer needs more info) » Fixed

If I'm correct and the bug-report was about the missing default values it's fixed with: http://drupalcode.org/project/votingapi.git/commit/e018810

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.