amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
23 lines
479 B
Python
23 lines
479 B
Python
# Generated by Django 3.2.4 on 2021-07-06 17:28
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('uncloud_pay', '0016_pricingplan'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='paymentmethod',
|
|
name='owner',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='Payment',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='PaymentMethod',
|
|
),
|
|
]
|