17 lines
310 B
Python
17 lines
310 B
Python
|
# Generated by Django 3.2.4 on 2021-07-06 13:21
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('matrixhosting', '0005_auto_20210705_0849'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='MatrixVMPricing',
|
||
|
),
|
||
|
]
|