backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
14 stars 18 forks source link

bcim doesn't create tables for new fields #162

Open robertgarrigos opened 5 years ago

robertgarrigos commented 5 years ago

bcim doesn't create the field tables of a new field created in the devel site.

How to reproduce this:

Devel site:

  1. Create a new field either for a content type or for the user account
  2. drush bcex
  3. git commit and push

Staging site:

  1. git pull
  2. drush bcim
  3. Go to edit the field: error is triggered

This is a drush related error, as importing the new configuration files with backdrop web gui doesn't trigger any error. This is, if instead of doing drush bcim in the staging site, after pulling from git, you go to the /admin/config/configuration/sync page and hit the button to apply the differences, everything works as expected.

ghost commented 4 years ago

Is this related to https://github.com/backdrop-contrib/backdrop-drush-extension/issues/75#issuecomment-557619138 ?

serundeputy commented 4 years ago

yes.