mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01: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…
Add table
Add a link
Reference in a new issue