uncloud pay cleanups
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
c9be8cc50b
commit
9bf0a99f6a
5 changed files with 324 additions and 239 deletions
17
uncloud_pay/migrations/0006_remove_billrecord_quantity.py
Normal file
17
uncloud_pay/migrations/0006_remove_billrecord_quantity.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.1 on 2020-08-08 19:57
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_pay', '0005_auto_20200808_1954'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='billrecord',
|
||||
name='quantity',
|
||||
),
|
||||
]
|
||||
17
uncloud_pay/migrations/0007_remove_bill_bill_records.py
Normal file
17
uncloud_pay/migrations/0007_remove_bill_bill_records.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.1 on 2020-08-08 20:20
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_pay', '0006_remove_billrecord_quantity'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='bill',
|
||||
name='bill_records',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue