23 lines
		
	
	
		
			599 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			599 B
		
	
	
	
		
			Python
		
	
	
	
| # Generated by Django 3.0.5 on 2020-07-10 01:19
 | |
| 
 | |
| import django.contrib.postgres.fields
 | |
| from django.db import migrations, models
 | |
| import django.db.models.deletion
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('system', '0021_auto_20200616_1722'),
 | |
|         ('crm', '0007_auto_20200710_0912'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='enterpriseaddress',
 | |
|             name='countyarry',
 | |
|             field=django.contrib.postgres.fields.ArrayField(base_field=models.IntegerField(), blank=True, null=True, size=None),
 | |
|         ),
 | |
|        
 | |
|     ]
 |