22 lines
466 B
Python
22 lines
466 B
Python
|
# Generated by Django 3.1 on 2020-09-28 18:44
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('uncloud_service', '0004_auto_20200809_1237'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='genericserviceproduct',
|
||
|
name='orders',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='matrixserviceproduct',
|
||
|
name='orders',
|
||
|
),
|
||
|
]
|