Update UserCardDetail migration
This commit is contained in:
		
					parent
					
						
							
								cf00ff6bd8
							
						
					
				
			
			
				commit
				
					
						57eda62586
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
# -*- coding: utf-8 -*-
 | 
					# -*- coding: utf-8 -*-
 | 
				
			||||||
# Generated by Django 1.9.4 on 2017-10-21 10:26
 | 
					# Generated by Django 1.9.4 on 2018-06-12 06:28
 | 
				
			||||||
from __future__ import unicode_literals
 | 
					from __future__ import unicode_literals
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from django.db import migrations, models
 | 
					from django.db import migrations, models
 | 
				
			||||||
| 
						 | 
					@ -10,8 +10,8 @@ import utils.mixins
 | 
				
			||||||
class Migration(migrations.Migration):
 | 
					class Migration(migrations.Migration):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dependencies = [
 | 
					    dependencies = [
 | 
				
			||||||
        ('membership', '0006_auto_20160526_0445'),
 | 
					        ('membership', '0007_auto_20180213_0128'),
 | 
				
			||||||
        ('hosting', '0043_vmdetail'),
 | 
					        ('hosting', '0044_hostingorder_vm_pricing'),
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    operations = [
 | 
					    operations = [
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue