Update datacenterlight migration
This commit is contained in:
parent
70fc8ed6df
commit
19ea3fd1aa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.8 on 2018-09-04 21:37
|
||||
# Generated by Django 1.11.8 on 2018-10-19 07:54
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
@ -9,7 +9,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('datacenterlight', '0024_dclcalculatorpluginmodel_vm_templates_to_show'),
|
||||
('datacenterlight', '0027_dclcalculatorpluginmodel_enable_512mb_ram'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue