Skip to content

Add timestamps to workflow and capability requests

Daniel Lyons requested to merge add-created-updated-timestamps into main
  • Add columns to tables workflow_requests and capability_requests
  • Make the updated_at column auto-update in the database for both
  • Use in the repr method for Python for human-friendliness

Manually verified that the timezone manipulations were correct

Merge request reports