mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
fix 06_session_data migration bug
This commit is contained in:
parent
7381254cc2
commit
31b059d7db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue