Archived
2

introduced first_id to reference new template versions to original

This commit is contained in:
VLE2FE
2020-05-29 15:24:24 +02:00
parent ea336f4ebc
commit 0fcb902499
7 changed files with 29 additions and 20 deletions

View File

@ -423,6 +423,7 @@
"condition_templates": [
{
"_id": {"$oid":"200000000000000000000001"},
"first_id": {"$oid":"200000000000000000000001"},
"name": "heat treatment",
"version": 1,
"parameters": [
@ -447,6 +448,7 @@
},
{
"_id": {"$oid":"200000000000000000000002"},
"first_id": {"$oid":"200000000000000000000001"},
"name": "heat treatment 2",
"version": 2,
"parameters": [
@ -459,6 +461,7 @@
},
{
"_id": {"$oid":"200000000000000000000003"},
"first_id": {"$oid":"200000000000000000000003"},
"name": "raw material",
"version": 1,
"parameters": [
@ -469,6 +472,7 @@
"measurement_templates": [
{
"_id": {"$oid":"300000000000000000000001"},
"first_id": {"$oid":"300000000000000000000001"},
"name": "spectrum",
"version": 1,
"parameters": [
@ -483,6 +487,7 @@
},
{
"_id": {"$oid":"300000000000000000000002"},
"first_id": {"$oid":"300000000000000000000001"},
"name": "kf",
"version": 2,
"parameters": [
@ -505,6 +510,7 @@
},
{
"_id": {"$oid":"300000000000000000000003"},
"first_id": {"$oid":"300000000000000000000003"},
"name": "mt 3",
"version": 1,
"parameters": [