diff --git a/core/modules/migrate/config/schema/migrate.data_types.schema.yml b/core/modules/migrate/config/schema/migrate.data_types.schema.yml index 27c8006..76af2cc 100644 --- a/core/modules/migrate/config/schema/migrate.data_types.schema.yml +++ b/core/modules/migrate/config/schema/migrate.data_types.schema.yml @@ -25,6 +25,9 @@ migrate_source: constants: type: ignore label: 'Constants' + database_state_key: + type: string + label: 'Key in state where the source database settings are stored' migrate_process: type: migrate_plugin