mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
Fix the postgres job (#61)
This commit is contained in:
parent
adcfc53f43
commit
e32c3830b3
@ -922,7 +922,7 @@ def process_instance_list(
|
||||
)
|
||||
|
||||
process_instances = (
|
||||
process_instance_query.distinct()
|
||||
process_instance_query.group_by(ProcessInstanceModel.id)
|
||||
.order_by(
|
||||
ProcessInstanceModel.start_in_seconds.desc(), ProcessInstanceModel.id.desc() # type: ignore
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user