The schema module is reporting a table for which the schema and database are different under jwplayer_preset:

column machine_name - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 255)
actual: array('description' => 'Unique machine name for every configuration preset.', 'type' => 'varchar', 'length' => '255', 'not null' => TRUE, 'default' => '')

Comments

deanflory’s picture

Any progress on this?

ron_s’s picture

Status: Needs work » Needs review
Related issues: +#2713921: Jw Player 7.x-2.x can't be installed on MySQL 5.7

Can you confirm if this committed patch resolves the issue?

https://www.drupal.org/node/2713921

Berdir’s picture

Status: Needs review » Closed (duplicate)

Not sure where that default would come from, but this should indeed by resolved with the recent update.

deanflory’s picture

I've found that updating using the latest 7.x-2.x-dev (2016-May-04) with the following patches no longer reported a schema mismatch:

  • jw_player-add_autoplay_limitation-1949622-3.patch
  • jw_player-ajax_preset_select-2714099-2.patch
  • jw_player-refactor_theming-2713725-24.patch

Thanks!