remove event_data. (#1804)

This commit is contained in:
Brian Cao
2023-03-01 16:42:47 -08:00
committed by GitHub
parent 94165ca5ad
commit 82f0bc3d2b
21 changed files with 29 additions and 629 deletions

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `event_data` on the `website_event` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "website_event" DROP COLUMN "event_data";