19 lines
		
	
	
		
			392 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			392 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2022-07-01 06:19
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('third', '0002_alter_tdevice_name'),
 | |
|         ('ecm', '0002_initial'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AlterUniqueTogether(
 | |
|             name='algochannel',
 | |
|             unique_together={('algo', 'vchannel')},
 | |
|         ),
 | |
|     ]
 |