combine heatmap prisma migration

This commit is contained in:
Francis Cao
2026-05-07 15:47:42 -07:00
parent 6c2155d496
commit 67f7ecf2a6
2 changed files with 1 additions and 2 deletions
@@ -11,6 +11,7 @@ CREATE TABLE "heatmap_event" (
"y" INTEGER,
"viewport_w" INTEGER,
"viewport_h" INTEGER,
"page_h" INTEGER,
"scroll_pct" INTEGER,
"created_at" TIMESTAMPTZ(6) NOT NULL DEFAULT CURRENT_TIMESTAMP,
@@ -1,2 +0,0 @@
-- AlterTable
ALTER TABLE "heatmap_event" ADD COLUMN "page_h" INTEGER;