I am trying to update drupal core from 8.2.8 to 8.3.1 alongwith lightning from 2.0.1 to 2.1.0. I've created the sub profile for lightning and executed all the manual steps mentioned here - https://github.com/acquia/lightning/blob/2.1.0/UPDATE.md. When running travis, I'm getting the below error
Error: Call to a member function getColumns() on boolean in /docroot/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 228
After a bit of debugging I found that the error is coming from the below line and the reason for the error is that $field_storage is setting to FALSE here
$columns = $field_storage->getColumns();
System information before update:
- Drupal Version: 8.2.8
- Lightning Version: 2.0.1
System information after updating:
- Drupal Version: 8.3.1
- Lightning Version: 2.1.0