Skip to content

Commit

Permalink
fix: changes inentory_name to inventory_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgloege committed Jul 31, 2023
1 parent fd4601a commit 12ea81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/Inventory.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE "Inventory"(
"inventory_id" uuid,
"inentory_name" varchar(255),
"inventory_name" varchar(255),
"year" int,
"total_emissions" bigint,
"city_id" uuid,
Expand Down

0 comments on commit 12ea81d

Please sign in to comment.