mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			436 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			436 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Generated by Django 4.2.15 on 2024-08-28 20:47
 | 
						|
 | 
						|
from django.db import migrations, models
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
 | 
						|
    dependencies = [
 | 
						|
        ('wei', '0008_auto_20240111_1545'),
 | 
						|
    ]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.AddField(
 | 
						|
            model_name='weiregistration',
 | 
						|
            name='specific_diet',
 | 
						|
            field=models.TextField(blank=True, default='', verbose_name='specific diet'),
 | 
						|
        ),
 | 
						|
    ]
 |