mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-25 23:12:11 +03:00
sql: add desc index on snh(operation_id)
This commit is contained in:
parent
7939e24de2
commit
04cccabfa2
@ -312,3 +312,5 @@ begin
|
|||||||
news_id = new.news_id,
|
news_id = new.news_id,
|
||||||
"date" = new.date;
|
"date" = new.date;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
create index if not exists idx_snh_operation_id_desc on squadrons_news_historical (operation_id desc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user