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

dfd

parent 8be1258b
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<include file="data_migration_v8.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v9.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v10.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v11.sql" relativeToChangelogFile="true"/>
<include file="data_migration_v10.1.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>
......@@ -285,4 +285,4 @@ INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http
INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementequipment/unknown', 'Unknown', 'Unknown') ON CONFLICT (id) DO NOTHING;
INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementequipment/unor6N', 'Maihak Unor 6N', 'Maihak Unor 6N') ON CONFLICT (id) DO NOTHING;
INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementequipment/ML2040', 'Monitor Labs model 2040 SO2 analyser', 'Monitor Labs model 2040 SO2 analyser') ON CONFLICT (id) DO NOTHING;
INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementequipment/aerisAE2041U', 'Aeris AE2041U', 'aerisAE2041U') ON CONFLICT (id) DO NOTHING;
\ No newline at end of file
INSERT INTO public.eea_measurementequipments (id, label, notation) VALUES ('http://dd.eionet.europa.eu/vocabulary/aq/measurementequipment/aerisAE2041U', 'Aeris AE2041U', 'aerisAE2041U') ON CONFLICT (id) DO NOTHING;
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