Skip to content
Snippets Groups Projects
Commit 264aabf0 authored by Rune Åvar Ødegård's avatar Rune Åvar Ødegård
Browse files

Added data_migration_v4

parent 36991513
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,5 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<include file="data_migration_v1.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v2.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v3.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v4.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/month', 'Month', 'month', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/variable', 'Variable', 'variable', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/second', 'Second', 's', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/var', 'Variable', 'variable', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/other', 'Other', 'other', 1);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/day', 'Day', 'd', 86400);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/week', 'Week', 'wk', 604800);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/hour', 'Hour', 'h', 3600);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/hour', 'Hour', 'h', 3600);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/day', 'Day', 'd', 86400);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/year', 'Year', 'y or a', 31536000);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/uom/time/minute', 'Minute', 'm', 60);
INSERT INTO public.eea_times (id, label, notation, timestep) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/primaryObservation/week', 'Weekly average/mean', 'week', 604800);
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