Skip to content

Commit

Permalink
fix(db): emissions factor seed not using new column names in DataSour…
Browse files Browse the repository at this point in the history
…ce CSV files
  • Loading branch information
lemilonkh authored and evanp committed Apr 2, 2024
1 parent a56af8b commit 88acec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name,URL,publisher_id,datasource_id
IPCC Emission Factor Database (EFDB) [2006 IPCC Guidelines],https://www.ipcc-nggip.iges.or.jp/EFDB/main.php,02359a57-1fd1-397f-9d75-692c569c8ed7,6a508faa-80a8-3246-9941-90d8cc8dec85
dataset_name,datasource_name,URL,publisher_id,datasource_id
IPCC Emission Factor Database (EFDB) [2006 IPCC Guidelines],IPCC,https://www.ipcc-nggip.iges.or.jp/EFDB/main.php,02359a57-1fd1-397f-9d75-692c569c8ed7,6a508faa-80a8-3246-9941-90d8cc8dec85
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
datasource_id,name,URL,geographical_location,publisher_id
496b5c4d-c0be-4fe0-b743-495ec6c24425,IPCC Emission Factor Database (EFDB) [US only],https://www.ipcc-nggip.iges.or.jp/EFDB/main.php,US,5be81e5d-1d8a-45b5-9ad8-389f699afb04
datasource_id,dataset_name,datasource_name,URL,geographical_location,publisher_id
496b5c4d-c0be-4fe0-b743-495ec6c24425,IPCC Emission Factor Database (EFDB) [US only],IPCC,https://www.ipcc-nggip.iges.or.jp/EFDB/main.php,US,5be81e5d-1d8a-45b5-9ad8-389f699afb04

0 comments on commit 88acec5

Please sign in to comment.