mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 02:38:26 -04:00
Removed wandering code
This commit is contained in:
@@ -413,12 +413,3 @@ class TemplateStatistics(db.Model):
|
|||||||
unique=False,
|
unique=False,
|
||||||
nullable=False,
|
nullable=False,
|
||||||
default=datetime.datetime.utcnow)
|
default=datetime.datetime.utcnow)
|
||||||
|
|
||||||
|
|
||||||
class Event(object):
|
|
||||||
|
|
||||||
__tablename__ = 'events'
|
|
||||||
|
|
||||||
id = db.Column(UUID(as_uuid=True), primary_key=True, default=uuid.uuid4)
|
|
||||||
type = db.Column(db.String(255), nullable=False)
|
|
||||||
details = db.Column(JSON, nullable=False)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user