sql: add desc index on snh(operation_id)

This commit is contained in:
norohind 2022-04-21 13:03:01 +03:00
parent 7939e24de2
commit 04cccabfa2
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -312,3 +312,5 @@ begin
news_id = new.news_id,
"date" = new.date;
end;
create index if not exists idx_snh_operation_id_desc on squadrons_news_historical (operation_id desc);