mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Update migration
This commit is contained in:
parent
9b2743ef78
commit
f49d754426
2 changed files with 23 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue