This commit is contained in:
Ross
2021-02-25 18:02:02 +00:00
parent 67163e85ee
commit f5b61f4488
9 changed files with 68 additions and 7 deletions
+18
View File
@@ -0,0 +1,18 @@
# Generated by Django 3.1.3 on 2021-02-25 17:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('longs', '0025_auto_20210217_2218'),
]
operations = [
migrations.AddField(
model_name='long',
name='description',
field=models.TextField(blank=True, help_text='Description of the case, for admin organisation, will not be visible when taking'),
),
]