mirror of
https://github.com/norohind/jubilant-system.git
synced 2025-04-22 00:30:28 +03:00
Optimize squads_to_update sql req
This commit is contained in:
parent
21d9a99264
commit
94d5ec4539
@ -69,7 +69,6 @@ limit 1;"""
|
||||
|
||||
select_squads_to_update: str = """select squad_id
|
||||
from squads_view
|
||||
where tag is not null
|
||||
order by inserted_timestamp asc
|
||||
limit ?;"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user