Skip to content

Commit

Permalink
Remove source from output metadata #14
Browse files Browse the repository at this point in the history
  • Loading branch information
4lm committed Jul 2, 2019
1 parent b30c0e1 commit 8c0e035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database_setup/reeem_db_setup_plexos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ COMMENT ON TABLE model_draft.reeem_plexos_output IS
{"name": "value", "description": "Specific value", "unit": "unit"},
{"name": "unit", "description": "Unit", "unit": "none"},
{"name": "aggregation", "description": "True if aggregated", "unit": "none"},
{"name": "updated", "description": "Timestamp", "unit": "none"},
{"name": "source", "description": "Data source", "unit": "none"} ] } ],
{"name": "updated", "description": "Timestamp", "unit": "none"} ] } ],
"metadata_version": "1.3"}';

-- scenario log (version,io,schema_name,table_name,script_name,comment)
Expand Down

0 comments on commit 8c0e035

Please sign in to comment.