Skip to content

Commit

Permalink
Website_url added
Browse files Browse the repository at this point in the history
  • Loading branch information
Princerey committed May 24, 2024
1 parent 77fe647 commit 5af4d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prisma/migrations/20240524045834_init/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Profile" ADD COLUMN "portfolio_url" TEXT;
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ model Profile {
domain String?
bio String?
skills String?
portfolio_url String?
userId String @unique
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
Expand Down

0 comments on commit 5af4d17

Please sign in to comment.