c9be8cc50b
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
18 lines
381 B
Python
18 lines
381 B
Python
# Generated by Django 3.1 on 2020-08-08 19:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('uncloud_pay', '0004_remove_order_one_time_price'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='order',
|
|
old_name='recurring_price',
|
|
new_name='price',
|
|
),
|
|
]
|