mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-10-31 09:39:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			408 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			408 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 2.2.10 on 2020-05-24 13:36
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('media', '0036_auto_20200524_1500'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='revue',
 | |
|             name='double',
 | |
|             field=models.BooleanField(default=False, verbose_name='double'),
 | |
|         ),
 | |
|     ]
 |