Skip to content

Commit

Permalink
Fix naming of source (instead of sources) #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Jun 19, 2019
1 parent 558a968 commit d607ea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database_setup/reeem_db_setup_plexos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ COMMENT ON TABLE model_draft.reeem_plexos_input IS
"contributors": [
{"name": "Ludee", "email": "none", "date": "2017-11-20", "comment": "Create table"},
{"name": "Ludee", "email": "none", "date": "2018-10-29", "comment": "Update metadata"},
{"name": "Bachibouzouk", "email": "none", "date": "2019-06-19", "comment": "Fix encoding in metadata"} ],
{"name": "Bachibouzouk", "email": "none", "date": "2019-06-19", "comment": "Fix metadata"} ],
"resources": [
{"name": "model_draft.reeem_plexos_input",
"format": "PostgreSQL",
Expand All @@ -96,7 +96,7 @@ COMMENT ON TABLE model_draft.reeem_plexos_input IS
{"name": "unit", "description": "Parameter unit", "unit": "none"},
{"name": "aggregation", "description": "True if aggregated", "unit": "none"},
{"name": "tags", "description": "Free classification", "unit": "none"},
{"name": "sources", "description": "Data source", "unit": "none"} ] } ],
{"name": "source", "description": "Data source", "unit": "none"} ] } ],
"metadata_version": "1.3"}';

-- scenario log (version,io,schema_name,table_name,script_name,comment)
Expand Down Expand Up @@ -159,7 +159,7 @@ COMMENT ON TABLE model_draft.reeem_plexos_output IS
"contributors": [
{"name": "Ludee", "email": "none", "date": "2017-11-20", "comment": "Create table"},
{"name": "Ludee", "email": "none", "date": "2018-10-29", "comment": "Update metadata and license"},
{"name": "Bachibouzouk", "email": "none", "date": "2019-06-19", "comment": "Fix encoding in metadata"} ],
{"name": "Bachibouzouk", "email": "none", "date": "2019-06-19", "comment": "Fix metadata"} ],
"resources": [
{"name": "model_draft.reeem_plexos_output",
"format": "PostgreSQL",
Expand All @@ -179,7 +179,7 @@ COMMENT ON TABLE model_draft.reeem_plexos_output IS
{"name": "unit", "description": "Unit", "unit": "none"},
{"name": "aggregation", "description": "True if aggregated", "unit": "none"},
{"name": "updated", "description": "Timestamp", "unit": "none"},
{"name": "sources", "description": "Data source", "unit": "none"} ] } ],
{"name": "source", "description": "Data source", "unit": "none"} ] } ],
"metadata_version": "1.3"}';

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

0 comments on commit d607ea7

Please sign in to comment.