Files
web2.0-backend/webapp/migrations/0068_signupform_quota.py
2022-01-13 22:10:51 +02:00

19 lines
401 B
Python

# Generated by Django 2.1.5 on 2020-07-22 17:47
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("webapp", "0067_basefeed_image"),
]
operations = [
migrations.AddField(
model_name="signupform",
name="quota",
field=models.PositiveIntegerField(blank=True, null=True),
),
]