chore(fallback): generate pending migration
This commit is contained in:
parent
c279b53abf
commit
70f21264fc
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 5.0.4 on 2025-03-14 22:35
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("fallback", "0007_teammember_comment"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="teammember",
|
||||||
|
name="comment",
|
||||||
|
field=models.CharField(blank=True, default="", max_length=100),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue