Skip to content

Commit 75c731a

Browse files
drop Org metadata field
1 parent 965a4a1 commit 75c731a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Warnings:
3+
4+
- You are about to drop the column `metadata` on the `Org` table. All the data in the column will be lost.
5+
6+
*/
7+
-- AlterTable
8+
ALTER TABLE "Org" DROP COLUMN "metadata";

packages/db/prisma/schema.prisma

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ model Org {
274274
apiKeys ApiKey[]
275275
isOnboarded Boolean @default(false)
276276
imageUrl String?
277-
metadata Json?
278277
279278
/// @deprecated This property can be controlled by the environment
280279
/// variable `REQUIRE_APPROVAL_NEW_MEMBERS`. To ensure that we use

0 commit comments

Comments
 (0)