Migration fix after rebase

This commit is contained in:
fnux 2020-04-13 11:18:24 +02:00
parent a4cc4304f9
commit e67bd03997
2 changed files with 15 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('uncloud_vm', '0004_remove_vmproduct_vmid'),
('uncloud_vm', '0005_auto_20200309_1258'),
]
operations = [

View File

@ -0,0 +1,14 @@
# Generated by Django 3.0.5 on 2020-04-13 08:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('uncloud_vm', '0004_remove_vmproduct_vmid'),
('uncloud_vm', '0008_auto_20200403_1727'),
]
operations = [
]