Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
983 changes: 821 additions & 162 deletions docs/openapi.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions platform/backend/src/auth/better-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export const auth: any = betterAuth({
type: "string",
required: true,
},
description: {
type: "string",
required: false,
},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "organization_role" ADD COLUMN "description" text;
Loading
Loading