Skip to content

Commit aa03145

Browse files
committed
feat(Embodied\Impact): add widgets for new impacts
1 parent ad2a1e9 commit aa03145

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

install/mysql/plugin_carbon_empty.sql

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -137,45 +137,45 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_carbon_embodiedimpacts` (
137137
`engine` varchar(255) DEFAULT NULL,
138138
`engine_version` varchar(255) DEFAULT NULL,
139139
`date_mod` timestamp NULL DEFAULT NULL,
140-
`gwp` float unsigned DEFAULT '0' COMMENT '(unit g CO2 eq) Global warming potential',
140+
`gwp` float DEFAULT '0' COMMENT '(unit g CO2 eq) Global warming potential',
141141
`gwp_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
142-
`adp` float unsigned DEFAULT '0' COMMENT '(unit g Sb eq) Abiotic depletion potential',
142+
`adp` float DEFAULT '0' COMMENT '(unit g Sb eq) Abiotic depletion potential',
143143
`adp_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
144-
`pe` float unsigned DEFAULT '0' COMMENT '(unit J) Primary energy',
144+
`pe` float DEFAULT '0' COMMENT '(unit J) Primary energy',
145145
`pe_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
146-
`gwppb` float unsigned DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of biogenic emissions',
146+
`gwppb` float DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of biogenic emissions',
147147
`gwppb_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
148-
`gwppf` float unsigned DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of fossil fuel emissions',
148+
`gwppf` float DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of fossil fuel emissions',
149149
`gwppf_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
150-
`gwpplu` float unsigned DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of emissions from land use change',
150+
`gwpplu` float DEFAULT '0' COMMENT '(unit g CO2 eq) Climate change - Contribution of emissions from land use change',
151151
`gwpplu_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
152-
`ir` float unsigned DEFAULT '0' COMMENT '(unit g U235 eq) Emissions of radionizing substances',
152+
`ir` float DEFAULT '0' COMMENT '(unit g U235 eq) Emissions of radionizing substances',
153153
`ir_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
154-
`lu` float unsigned DEFAULT '0' COMMENT '(unit none) Land use',
154+
`lu` float DEFAULT '0' COMMENT '(unit none) Land use',
155155
`lu_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
156-
`odp` float unsigned DEFAULT '0' COMMENT '(unit g CFC-11 eq) Depletion of the ozone layer',
156+
`odp` float DEFAULT '0' COMMENT '(unit g CFC-11 eq) Depletion of the ozone layer',
157157
`odp_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
158-
`pm` float unsigned DEFAULT '0' COMMENT '(unit Disease occurrence) Fine particle emissions',
158+
`pm` float DEFAULT '0' COMMENT '(unit Disease occurrence) Fine particle emissions',
159159
`pm_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
160-
`pocp` float unsigned DEFAULT '0' COMMENT '(unit g NMVOC eq) Photochemical ozone formation',
160+
`pocp` float DEFAULT '0' COMMENT '(unit g NMVOC eq) Photochemical ozone formation',
161161
`pocp_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
162-
`wu` float unsigned DEFAULT '0' COMMENT '(unit L) Use of water resources',
162+
`wu` float DEFAULT '0' COMMENT '(unit L) Use of water resources',
163163
`wu_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
164-
`mips` float unsigned DEFAULT '0' COMMENT '(unit g) Material input per unit of service',
164+
`mips` float DEFAULT '0' COMMENT '(unit g) Material input per unit of service',
165165
`mips_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
166-
`adpe` float unsigned DEFAULT '0' COMMENT '(unit g SB eq) Use of mineral and metal resources',
166+
`adpe` float DEFAULT '0' COMMENT '(unit g SB eq) Use of mineral and metal resources',
167167
`adpe_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
168-
`adpf` float unsigned DEFAULT '0' COMMENT '(unit J) Use of fossil resources (including nuclear)',
168+
`adpf` float DEFAULT '0' COMMENT '(unit J) Use of fossil resources (including nuclear)',
169169
`adpf_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
170-
`ap` float unsigned DEFAULT '0' COMMENT '(unit mol H+ eq) Acidification',
170+
`ap` float DEFAULT '0' COMMENT '(unit mol H+ eq) Acidification',
171171
`ap_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
172-
`ctue` float unsigned DEFAULT '0' COMMENT '(unit CTUe) Freshwater ecotoxicity',
172+
`ctue` float DEFAULT '0' COMMENT '(unit CTUe) Freshwater ecotoxicity',
173173
`ctue_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
174-
`epf` float unsigned DEFAULT '0' COMMENT '(unit g P eq) Eutrophication of freshwater',
174+
`epf` float DEFAULT '0' COMMENT '(unit g P eq) Eutrophication of freshwater',
175175
`epf_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
176-
`epm` float unsigned DEFAULT '0' COMMENT '(unit g N eq) Eutrophication of marine waters',
176+
`epm` float DEFAULT '0' COMMENT '(unit g N eq) Eutrophication of marine waters',
177177
`epm_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
178-
`ept` float unsigned DEFAULT '0' COMMENT '(unit mol N eq) Terrestrial eutrophication',
178+
`ept` float DEFAULT '0' COMMENT '(unit mol N eq) Terrestrial eutrophication',
179179
`ept_quality` int unsigned NOT NULL DEFAULT '0' COMMENT 'DataTtacking\\AbstractTracked::DATA_QUALITY_* constants',
180180
PRIMARY KEY (`id`),
181181
UNIQUE KEY `unicity` (`itemtype`, `items_id`)

0 commit comments

Comments
 (0)