Add index on SPC outlook validity timestamps
This commit is contained in:
parent
445d43c702
commit
f550263b82
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ create table xmet_spc_outlook (
|
|||
body TEXT NOT NULL
|
||||
);
|
||||
|
||||
create index xmet_spc_outlook_timestamp_start_idx on xmet_spc_outlook (timestamp_start);
|
||||
|
||||
create table xmet_spc_outlook_probability_area (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
outlook_id INTEGER NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue