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

Merge branch 'development' into 'master'

bug: duplicate index name

See merge request !25
parents bad22c82 9d550fa0
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