feat: add Clerk Auth
This commit is contained in:
parent
3f9d4f94ff
commit
a80db3d80a
19 changed files with 146 additions and 225 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `clerkId` to the `User` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "clerkId" TEXT NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue