19 lines
398 B
Python
19 lines
398 B
Python
|
# Generated by Django 3.1 on 2020-12-28 23:34
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('uncloud_pay', '0003_auto_20201228_2256'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='stripecreditcard',
|
||
|
name='active',
|
||
|
field=models.BooleanField(default=True),
|
||
|
),
|
||
|
]
|