Updated migrations

This commit is contained in:
Edgar P. Burkhart 2022-12-28 12:21:14 +01:00
parent ecf8962562
commit a6805212fc
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 48 additions and 0 deletions

View file

@ -196,6 +196,7 @@ class Snapshot(models.Model):
verbose_name=_("File"),
max_length=256,
blank=True,
default="",
)
def __str__(self):