Skip to content

Commit

Permalink
Merge pull request #8 from OpenEnergyPlatform/hotfix/release-v1.0.0
Browse files Browse the repository at this point in the history
Hotfix release v 1.0.0
  • Loading branch information
jh-RLI authored Aug 25, 2020
2 parents a738abf + b91f408 commit 1c73eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
{"name": "parameter_name", "description": "", "type": "text", "unit": null},
{"name": "technology", "description": "", "type": "text", "unit": null},
{"name": "technology_type", "description": "", "type": "text", "unit": null},
{"name": "type", "description": "vlaue: scalar or timeseries indicate the related table", "type": "text", "unit": null},
{"name": "unit", "description": "Parameter unit", "type": "text", "unit": null},
{"name": "tags", "description": "Free classification with key-value pairs", "type": "hstore", "unit": null},
{"name": "method", "description": "Method type (sum, mean, median)", "type": "json", "unit": null},
{"name": "source", "description": "Source", "type": "text", "unit": null},
{"name": "comment", "description": "Comment", "type": "text", "unit": null},
{"name": "type", "description": "vlaue: scalar or timeseries indicate the related table", "type": "text", "unit": null} ],
{"name": "comment", "description": "Comment", "type": "text", "unit": null}],
"primaryKey": ["scalar_id"],
"foreignKeys": [{
"fields": ["data_id"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data_id;scenario_id;region;input_energy_vector;output_energy_vector;parameter_name;technology;technology_type;unit;tags;method;source;comment;type
data_id;scenario_id;region;input_energy_vector;output_energy_vector;parameter_name;technology;technology_type;type;unit;tags;method;source;comment

0 comments on commit 1c73eb8

Please sign in to comment.