mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
fix
This commit is contained in:
@@ -1268,7 +1268,7 @@ class TemplateRedacted(db.Model):
|
||||
db.DateTime,
|
||||
nullable=False,
|
||||
default=utc_now,
|
||||
default=utc_now,
|
||||
onupdate=utc_now,
|
||||
)
|
||||
updated_by_id = db.Column(
|
||||
UUID(as_uuid=True),
|
||||
|
||||
Reference in New Issue
Block a user