Files
documenso/packages/prisma/migrations/20250505043759_sdf/migration.sql
David Nguyen 7abfc9e271 fix: wip
2025-05-07 15:03:20 +10:00

9 lines
227 B
SQL

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