You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a continuous integration system in place (Jenkins), there are some scripts that apply migrations automatically after deployments (php craft migrate/all). The migrate/all doesn't seem to sync the new project config file for Craft 3.1, so it would be nice to have a new command for sync to not be forced to do it manually via the control panel.
Steps to reproduce
Do some changes to project.yaml
Run command php craft migrate/all
Go to control panel (/admin)
It asks you to sync changes
Additional info
Craft version: 3.1.0-beta3
PHP version: 7.2
The text was updated successfully, but these errors were encountered:
Description
Having a continuous integration system in place (Jenkins), there are some scripts that apply migrations automatically after deployments (
php craft migrate/all
). Themigrate/all
doesn't seem to sync the new project config file for Craft 3.1, so it would be nice to have a new command for sync to not be forced to do it manually via the control panel.Steps to reproduce
php craft migrate/all
Additional info
The text was updated successfully, but these errors were encountered: