Commit 37837dcd authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

new column added in spreadsheet to define the number of units of the Entity

parent e77a21c4
...@@ -751,7 +751,12 @@ ...@@ -751,7 +751,12 @@
}, { }, {
"name" : "StationID", "name" : "StationID",
"type" : "string" "type" : "string"
}, { },
{
"name" : "Number of Units",
"type" : "number"
},
{
"name" : "Remaining Units", "name" : "Remaining Units",
"type" : "number" "type" : "number"
}, { }, {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment