Skip to content
Snippets Groups Projects
Commit 3262adc9 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Remove migration

parent f014a516
No related branches found
No related tags found
1 merge request!173ObservationDataSchema for eplevikler and ObservationTimeSeries
INSERT INTO public.observation_data_schema
(organization_id, organism_id, data_schema, data_model)
VALUES (1, 68,
'{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": " ",
"properties": {
"trap1": {
"title": "Antall insekter, felle 1",
"type": "number",
"minimum": 0,
"default": 0
},
"trap2": {
"title": "Antall insekter, felle 2",
"type": "number",
"minimum": 0,
"default": 0
},
"trap3": {
"title": "Antall insekter, felle 3",
"type": "number",
"minimum": 0,
"default": 0
},
"trap4": {
"title": "Antall insekter, felle 4",
"type": "number",
"minimum": 0,
"default": 0
},
"bbch": {
"title": "BBCH",
"type": "number",
"minimum": 0,
"default": 0
}
}
}',
'{
"trap1":0,
"trap2":0,
"trap3":0,
"trap4":0,
"bbch":0
}'
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment