19 lines
		
	
	
		
			391 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			391 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.2.12 on 2024-09-14 06:05
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('cms', '0016_auto_20240914_1403'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.RenameField(
 | |
|             model_name='childrencompany',
 | |
|             old_name='parent_comany',
 | |
|             new_name='parent_company',
 | |
|         )
 | |
|     ]
 |