Skip to content
Snippets Groups Projects
Commit 1f8c7fd6 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Added event_type column to CapabilityEvent schema

parent c217f1c0
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ class CapabilityEvent:
"""
# TODO: determine shape of Capability Event information
event_type = sa.Column('event_type', sa.String)
@property
def request_id(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment