Skip to content

Commit

Permalink
Merge pull request #304 from metaDAOproject/feat/kpi-unit
Browse files Browse the repository at this point in the history
feat: kpi unit
  • Loading branch information
R-K-H authored Oct 18, 2024
2 parents 174aa3a + 2612c9b commit 4c300a9
Show file tree
Hide file tree
Showing 9 changed files with 7,257 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/database/drizzle/0003_amusing_mach_iv.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "v0_4_metric_decisions" ADD COLUMN "score_unit" text;
2 changes: 2 additions & 0 deletions packages/database/drizzle/0004_real_obadiah_stane.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "v0_4_metric_decisions" ADD COLUMN "score_max_value" numeric(40, 20);--> statement-breakpoint
ALTER TABLE "v0_4_metric_decisions" ADD COLUMN "score_min_value" numeric(40, 20);
Loading

0 comments on commit 4c300a9

Please sign in to comment.