Skip to content

Commit

Permalink
updates models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchandMD committed Nov 14, 2024
1 parent 02a84af commit 54d6a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ class PromotedTemplate(db.Model):
promoted_template_content_digest = db.Column(db.Text(), nullable=True)
created_at = db.Column(db.DateTime, nullable=False, default=datetime.datetime.utcnow)
updated_at = db.Column(db.DateTime, nullable=True, onupdate=datetime.datetime.utcnow)
expected_cadence = db.Column(db.Text(), nullable=True)


class ProviderRates(db.Model):
Expand Down

0 comments on commit 54d6a5d

Please sign in to comment.