Update UserCardDetail migration

This commit is contained in:
PCoder 2018-06-12 08:28:46 +02:00
parent cf00ff6bd8
commit 57eda62586
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# -*- 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 django.db import migrations, models
@ -10,8 +10,8 @@ import utils.mixins
class Migration(migrations.Migration):
dependencies = [
('membership', '0006_auto_20160526_0445'),
('hosting', '0043_vmdetail'),
('membership', '0007_auto_20180213_0128'),
('hosting', '0044_hostingorder_vm_pricing'),
]
operations = [