mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-13 10:07:13 +03:00
create index idx_oi_squad_id
This commit is contained in:
parent
96ef3d4644
commit
7112102d47
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user