forked from uncloud/uncloud
18 lines
337 B
Python
18 lines
337 B
Python
|
# Generated by Django 3.2.4 on 2021-07-01 08:48
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('matrixhosting', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='VMPricing',
|
||
|
new_name='MatrixVMPricing',
|
||
|
),
|
||
|
]
|