Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-oancea committed Dec 18, 2024
1 parent 3de34fe commit 825cbdb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions shared/entities/projects.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@ export class Project extends BaseEntity {
@Column({ name: "abatement_potential", type: "decimal", nullable: true })
abatementPotential: number;

@Column({ name: "capex_npv", type: "decimal", nullable: true })
capexNPV: number;

@Column({ name: "capex", type: "decimal", nullable: true })
capex: number;

@Column({ name: "opex_npv", type: "decimal", nullable: true })
opexNPV: number;

@Column({ name: "opex", type: "decimal", nullable: true })
opex: number;

@Column({ name: "total_cost_npv", type: "decimal", nullable: true })
totalCostNPV: number;

Expand Down

0 comments on commit 825cbdb

Please sign in to comment.