bcim doesn't create the field tables of a new field created in the devel site.
How to reproduce this:
Devel site:
Create a new field either for a content type or for the user account
drush bcex
git commit and push
Staging site:
git pull
drush bcim
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.
bcim doesn't create the field tables of a new field created in the devel site.
How to reproduce this:
Devel site:
drush bcex
Staging site:
git pull
drush bcim
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.