Skip to content

Commit

Permalink
test model update to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Mar 7, 2024
1 parent 7ade660 commit 693d5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jwql/website/apps/jwql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class Anomalies(models.Model):
subsequently_masked_short = models.BooleanField(default=False)
monitored_short = models.BooleanField(default=False)
bright_object_not_a_short = models.BooleanField(default=False)
brad_delete_me = models.BooleanField(default=False)

def get_marked_anomalies(self):
"""Return all boolean field names (anomalies) currently set"""
Expand Down
1 change: 1 addition & 0 deletions jwql/website/apps/jwql/monitor_models/claw.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class NIRCamClawStats(models.Model):
skyflat_filename = models.CharField(blank=True, null=True)
doy = models.FloatField(blank=True, null=True)
total_bkg = models.FloatField(blank=True, null=True)
brad_delete_monitor = models.BooleanField(default=False)

class Meta:
managed = True
Expand Down

0 comments on commit 693d5c4

Please sign in to comment.