Files
calendar/packages/prisma/migrations/20221208221811_remove_user_plan/migration.sql
T
Omar LópezandGitHub e832015f26 Deprecates user plan (#5942)
* Remove isMissingSeat

* Removes user plan

* Deprecates User Plan

* Updates website

* Update eventTypes.tsx
2022-12-08 16:20:24 -07:00

12 lines
216 B
SQL

/*
Warnings:
- You are about to drop the column `plan` on the `users` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "users" DROP COLUMN "plan";
-- DropEnum
DROP TYPE "UserPlan";