Skip to content

Commit

Permalink
cherry-pick migration from IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Dec 11, 2023
1 parent 14871c1 commit 824af8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/db/prisma/migrations/20230928155156_/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "OrgPhone" ADD COLUMN "countryCode" TEXT;
1 change: 1 addition & 0 deletions packages/db/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ model OrgPhone {
id String @id @default(cuid())
legacyId String? @unique /// old ID from MongoDB
legacyDesc String?
countryCode String?
number String
ext String?
primary Boolean @default(false)
Expand Down

0 comments on commit 824af8b

Please sign in to comment.