mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-25 07:02:10 +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,
|
||||
"date" = new.date;
|
||||
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