Optimize squads_to_update sql req

This commit is contained in:
norohind 2021-11-02 19:28:15 +03:00
parent 21d9a99264
commit 94d5ec4539
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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 ?;"""