20 lines
		
	
	
		
			425 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			425 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2022-06-25 09:45
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('opm', '0002_operation_state'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='gascheck',
 | |
|             name='h2s',
 | |
|             field=models.PositiveSmallIntegerField(default=1),
 | |
|             preserve_default=False,
 | |
|         ),
 | |
|     ]
 |