mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	migrations: Add missing elidable tags on RunPython/RunSQL steps.
This helps the squashmigrations tool know that it can squash these.
This commit is contained in:
		| @@ -60,5 +60,7 @@ class Migration(migrations.Migration): | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.RunPython(clear_duplicate_counts, reverse_code=migrations.RunPython.noop), | ||||
|         migrations.RunPython( | ||||
|             clear_duplicate_counts, reverse_code=migrations.RunPython.noop, elidable=True | ||||
|         ), | ||||
|     ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user