Hello,
immediately after installation, I get the following database mismatch error:
apachesolr_attachments
apachesolr_index_entities_file

column parent_entity_type - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 128, 'not null' => FALSE)
actual: array('description' => 'The type of entity.', 'type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'default' => '')
column parent_entity_id - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE)
actual: array('description' => 'The type of the parent entity.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)

Using: Drupal 7.14
Apache Solr 7.x-1.0-rc2
thanks.

Comments

nick_vh’s picture

I'm not following?

What is the exact bug here and how can I test this? You might want to uninstall the module, throw away the tables if they haven't been dropped from earlier versions and re-install?

iexile’s picture

I guess the uninstall didn't remove the tables, what can I say. I deleted the tables manually and moved to search api. Thanks for the response.

nick_vh’s picture

Status: Active » Closed (works as designed)

Drupal removes the tables if it has been defined in the schema. This is not something that should be defined...