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