Rename migration.

This commit is contained in:
Brian Cao 2023-03-03 13:15:12 -08:00
parent ab8296235f
commit b41a2a4e56

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";