| 
							
							# Generated by Django 3.2.12 on 2023-08-03 02:23
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							from django.db import migrations
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							class Migration(migrations.Migration):
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							    dependencies = [
 | 
						
						
						
						
							 | 
							
							        ('enm', '0017_rename_pcoal_val_enstat_pcoal_heat'),
 | 
						
						
						
						
							 | 
							
							    ]
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							    operations = [
 | 
						
						
						
						
							 | 
							
							        migrations.RemoveField(
 | 
						
						
						
						
							 | 
							
							            model_name='mpointstat',
 | 
						
						
						
						
							 | 
							
							            name='team',
 | 
						
						
						
						
							 | 
							
							        ),
 | 
						
						
						
						
							 | 
							
							    ]
 |