Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
@ -0,0 +1,5 @@
 | 
			
		||||
finished:
 | 
			
		||||
  6:
 | 
			
		||||
    dblog: dblog
 | 
			
		||||
  7:
 | 
			
		||||
    dblog: dblog
 | 
			
		||||
		Reference in New Issue
	
	Block a user