Skip to content

Commit

Permalink
fix(emissions-form): fix typo in N2O gas name (was N20)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Apr 29, 2020
1 parent 9ca60e6 commit 0d20aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/data/prod/gas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ values
(2, 'CO2', 'Carbon dioxide from biomass not listed in Schedule C of GGERR', 1),
(3, 'bioCO2', 'Carbon dioxide from biomass listed in Schedule C of GGERR', 1),
(4, 'CH4','Methane', 25),
(5, 'N20','Nitrous oxide', 298),
(5, 'N2O','Nitrous oxide', 298),
(6, 'SF6','Sulfur Hexafluoride', 22800),
(7, 'CF4','Perfluoromethane', 7390),
(8, 'C2F6','Perfluoroethane', 12200)
Expand Down

0 comments on commit 0d20aec

Please sign in to comment.