Mercurial > hg > isophonics-drupal-site
annotate core/modules/dblog/migrations/d6_dblog_settings.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d6_dblog_settings |
Chris@14 | 2 label: Database logging configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Configuration |
Chris@14 | 6 source: |
Chris@14 | 7 plugin: variable |
Chris@14 | 8 variables: |
Chris@14 | 9 - dblog_row_limit |
Chris@14 | 10 source_module: dblog |
Chris@14 | 11 process: |
Chris@14 | 12 row_limit: dblog_row_limit |
Chris@14 | 13 destination: |
Chris@14 | 14 plugin: config |
Chris@14 | 15 config_name: dblog.settings |