You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
609 B
30 lines
609 B
2 years ago
|
uuid: 8139f191-b77a-4279-a118-bf4c8fb886b0
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_dblog_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Database logging configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- dblog_row_limit
|
||
|
source_module: dblog
|
||
|
process:
|
||
|
row_limit:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: dblog_row_limit
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: dblog.settings
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|