fix 06_session_data migration bug

This commit is contained in:
Francis Cao 2024-04-08 20:29:16 -07:00
parent 7381254cc2
commit 31b059d7db
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DROP INDEX IF EXISTS "event_data_website_id_created_at_event_key_idx";
ALTER TABLE "event_data" RENAME COLUMN "event_key" TO "data_key";
-- AlterTable
ALTER TABLE "session_data" DROP COLUMN "deleted_at",
ALTER TABLE "session_data" DROP COLUMN "deleted_at";
ALTER TABLE "session_data" RENAME COLUMN "session_key" TO "data_key";
-- CreateIndex