mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			466 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			466 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Generated by Django 4.2.23 on 2025-07-15 14:05
 | 
						|
 | 
						|
from django.db import migrations, models
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
 | 
						|
    dependencies = [
 | 
						|
        ('wei', '0013_weiclub_caution_amount_weiregistration_caution_type'),
 | 
						|
    ]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.AddField(
 | 
						|
            model_name='weiclub',
 | 
						|
            name='fee_soge_credit',
 | 
						|
            field=models.PositiveIntegerField(default=2000, verbose_name='fee soge credit'),
 | 
						|
        ),
 | 
						|
    ]
 |