mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-24 23:00:52 +03:00
sql: add desc index on snh(operation_id)
This commit is contained in:
parent
7939e24de2
commit
04cccabfa2
@ -311,4 +311,6 @@ begin
|
||||
user_id = new.user_id,
|
||||
news_id = new.news_id,
|
||||
"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