Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
15
web/core/modules/dblog/migrations/d6_dblog_settings.yml
Normal file
15
web/core/modules/dblog/migrations/d6_dblog_settings.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
id: d6_dblog_settings
|
||||
label: Database logging configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- dblog_row_limit
|
||||
source_module: dblog
|
||||
process:
|
||||
row_limit: dblog_row_limit
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: dblog.settings
|
15
web/core/modules/dblog/migrations/d7_dblog_settings.yml
Normal file
15
web/core/modules/dblog/migrations/d7_dblog_settings.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
id: d7_dblog_settings
|
||||
label: Database logging configuration
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- dblog_row_limit
|
||||
source_module: dblog
|
||||
process:
|
||||
row_limit: dblog_row_limit
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: dblog.settings
|
Reference in a new issue