mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
19 lines
416 B
Python
19 lines
416 B
Python
![]() |
# Generated by Django 3.1.10 on 2022-02-07 19:25
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('profile', '0007_auto_20220125_2108'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='profile',
|
||
|
name='paypal_sub_id',
|
||
|
field=models.CharField(blank=True, max_length=24, null=True),
|
||
|
),
|
||
|
]
|