12 lines
		
	
	
		
			422 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			422 B
		
	
	
	
		
			YAML
		
	
	
	
| ---
 | |
| table_name: postgres_async_foreign_key_validations
 | |
| classes:
 | |
| - Gitlab::Database::AsyncConstraints::PostgresAsyncConstraintValidation
 | |
| feature_categories:
 | |
| - database
 | |
| description: >-
 | |
|   Contains a queue-like structure for database foreign key validations scheduled to be executed asynchronously.  
 | |
| introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111293
 | |
| milestone: '15.9'
 | |
| gitlab_schema: gitlab_shared
 |