Posted by SangersDrupalDude on December 1, 2011 at 12:38pm
2 followers
Jump to:
| Project: | Voting API |
| Version: | 6.x-2.0-beta6 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
votingapi_vote
* column entity_type - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => 'node')
actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '64', 'not null' => FALSE)
votingapi_cache
* column entity_type - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => 'node')
actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '64', 'not null' => FALSE)
Comments
#1
Care to elaborate?
Drupal 7? Flag? Are you in the right issue queue?
#2
sorry bad title, you are not allowed to change them