Add timestamps to workflow and capability requests
- 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
Showing
- schema/versions/72cee10f1f0d_add_created_updated_timestamps_to_.py 89 additions, 0 deletions...rsions/72cee10f1f0d_add_created_updated_timestamps_to_.py
- shared/workspaces/workspaces/capability/schema.py 31 additions, 0 deletionsshared/workspaces/workspaces/capability/schema.py
- shared/workspaces/workspaces/workflow/schema.py 27 additions, 1 deletionshared/workspaces/workspaces/workflow/schema.py
Loading
Please register or sign in to comment