fix: select_new_squadrons_backupdate.sql wrong parameter name

This commit is contained in:
norohind 2022-04-19 18:26:16 +03:00
parent c410b9a120
commit 0bde9cd36c
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -7,4 +7,4 @@ select * from
except select squad_id from squadrons_deleted
)
order by squad_id desc
limit :count;
limit :limit;