Chjanging model for checking extra scripts
This commit is contained in:
parent
fc179ed2c8
commit
7a3c23c2ac
@ -27,6 +27,7 @@ class Migration(models.Model):
|
|||||||
'Date to be terminated', null=True, blank=True)
|
'Date to be terminated', null=True, blank=True)
|
||||||
migration_cmd = models.CharField(max_length=200, null=True, blank=True)
|
migration_cmd = models.CharField(max_length=200, null=True, blank=True)
|
||||||
is_urgent = models.BooleanField(default=False)
|
is_urgent = models.BooleanField(default=False)
|
||||||
|
# extra_scripts_run = models.BooleanField(default=False)
|
||||||
|
|
||||||
def print_missed_migrations(self):
|
def print_missed_migrations(self):
|
||||||
now = timezone.now()
|
now = timezone.now()
|
||||||
|
|||||||
Reference in New Issue
Block a user