Skip to content

Commit 17f79b3

Browse files
wip
1 parent 70bf92f commit 17f79b3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/db/prisma/migrations
    • 20260629194000_add_oauth_scope_to_authorization_code
    • 20260630005335_add_oauth_scope_to_authorization_code

packages/db/prisma/migrations/20260629194000_add_oauth_scope_to_authorization_code/migration.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterTable
2+
ALTER TABLE "OAuthAuthorizationCode" ADD COLUMN "scope" TEXT NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)