forked from uncloud/uncloud
20 lines
392 B
Python
20 lines
392 B
Python
|
# Generated by Django 3.2.4 on 2021-07-05 08:49
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('matrixhosting', '0004_matrixhostingorder_vmspecs'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='MatrixHostingOrder',
|
||
|
),
|
||
|
migrations.DeleteModel(
|
||
|
name='VMSpecs',
|
||
|
),
|
||
|
]
|