idx_shd_operation_id on squadrons_historical_data(operation_id)

This commit is contained in:
norohind 2022-07-06 21:26:20 +03:00
parent 00e58c43bd
commit 86e3f439c3
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -314,3 +314,4 @@ begin
end;
create index if not exists idx_snh_operation_id_desc on squadrons_news_historical (operation_id desc);
create index if not exists idx_shd_operation_id on squadrons_historical_data(operation_id);