Update migration

This commit is contained in:
Rebecca Hsieh 2024-06-12 15:16:40 -07:00
parent 9b2743ef78
commit f49d754426
No known key found for this signature in database
2 changed files with 23 additions and 5 deletions

View file

@ -1074,11 +1074,11 @@ class Domain(TimeStampedModel, DomainHelper):
verbose_name="first ready on",
)
# dsdata_last_change = TextField(
# null=True,
# blank=True,
# help_text="Most recent time that ds data was updated",
# )
dsdata_last_change = TextField(
null=True,
blank=True,
help_text="Most recent time that ds data was updated",
)
def isActive(self):
return self.state == Domain.State.CREATED