- Issue created by @bircher
Splits can be configured to use a database table for their storage, the utility of this is that one can split configuration without exporting it to the file system and thus make it work a bit like config ignore. But extra steps are required during a deployment. In particular the splits have to be manually exported before a config import. This decreases the utility a bit because it makes it more difficult.
In a drush command hook export the database backed splits before the config import command is run.
Implement
Explanation on the storages of this new feature.
none
none
Active
2.0
Code