19 lines
		
	
	
		
			380 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			380 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.0.5 on 2020-08-31 03:30
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('project', '0026_auto_20200831_1108'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.RenameField(
 | |
|             model_name='evaluationdetail',
 | |
|             old_name='application',
 | |
|             new_name='cert_APP',
 | |
|         ),
 | |
|     ]
 |