Skip to content

Commit 5dc3bd3

Browse files
committed
fix: adjust db name for total metrics
1 parent 355577f commit 5dc3bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/database/migrations/V1764931554__create_dashboard_metrics_sink.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE TABLE public."dashboardMetricsSnapshot" (
1+
CREATE TABLE public."dashboardMetricsTotalSnapshot" (
22
id TEXT PRIMARY KEY DEFAULT 'snapshot',
33

44
"activitiesTotal" BIGINT,

0 commit comments

Comments
 (0)