Download & Extend

Schema Issues with D7

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

Title:Schema Issues with D7 Flag» Schema Issues with D7

sorry bad title, you are not allowed to change them