Compare commits

...

2 Commits

Author SHA1 Message Date
Mike Lang b68abb92e2 more streamlog column names 1 month ago
Mike Lang 484e768303 correct streamlog column name 1 month ago

@ -97,7 +97,7 @@ class StreamLogEventsMiddleware(Middleware):
'notes': 'notes_to_editor',
'tags': 'tags',
'video_link': 'video_link',
'state': 'video_state',
'state': 'video_processing_state',
'error': 'video_errors',
'id': 'id',
}
@ -118,7 +118,7 @@ class StreamLogEventsMiddleware(Middleware):
}
# Maps DB column names to the url part you need to write to to set it.
self.write_map = {
"state": "video_state",
"state": "video_processing_state",
"error": "video_errors",
"video_link": "video",
}

Loading…
Cancel
Save