Skip to content
Snippets Groups Projects
Commit 9d550fa0 authored by Christoffer Stoll's avatar Christoffer Stoll
Browse files

bug: duplicate index name

parent 19a79fa6
No related branches found
No related tags found
1 merge request!25bug: duplicate index name
------------------------------------------------------------------------------------
create index idx_obs_spoid_day on public.observations (sampling_point_id, date_trunc('year'::text, from_time));
create index idx_obs_spoid_year on public.observations (sampling_point_id, date_trunc('year'::text, from_time));
create index idx_obs_spoid_day on public.observations (sampling_point_id, date_trunc('day'::text, from_time));
VACUUM FULL ANALYZE observations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment