Rename usercarddetail migration
This commit is contained in:
parent
c9d01ba95f
commit
9904a71d38
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by Django 1.9.4 on 2018-06-12 06:28
|
# Generated by Django 1.9.4 on 2018-07-03 20:32
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('membership', '0007_auto_20180213_0128'),
|
('membership', '0007_auto_20180213_0128'),
|
||||||
('hosting', '0044_hostingorder_vm_pricing'),
|
('hosting', '0045_auto_20180701_2028'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in a new issue