24 lines
		
	
	
		
			628 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			628 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2025-01-22 05:47
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('qm', '0040_quastat_rate_pass_t'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='ftestitem',
 | |
|             name='addto_wpr',
 | |
|             field=models.BooleanField(default=False, verbose_name='加入WPR作为信息'),
 | |
|         ),
 | |
|         migrations.AddField(
 | |
|             model_name='qcttestitem',
 | |
|             name='addto_wpr',
 | |
|             field=models.BooleanField(default=False, verbose_name='加入WPR作为信息'),
 | |
|         ),
 | |
|     ]
 |