mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-18 10:14:24 +00:00
fix migrations
This commit is contained in:
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||
model_name="permanency",
|
||||
name="end",
|
||||
field=models.DateTimeField(
|
||||
db_index=True, verbose_name="end date", null=True
|
||||
db_index=True, verbose_name="end date", null=True, blank=True
|
||||
),
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user