create index idx_oi_squad_id

This commit is contained in:
norohind 2022-04-19 15:17:12 +03:00
parent 96ef3d4644
commit 7112102d47
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -10,6 +10,8 @@ create table if not exists operations_info (
squad_id integer
);
create index if not exists idx_oi_squad_id on operations_info(squad_id);
insert into settings (key, int_value) values ('disable_triggers', 1) on conflict do nothing;
create table if not exists squadrons_news_historical (