Skip to content

Commit

Permalink
Add Stripe migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Aug 9, 2023
1 parent c53e63a commit 7afc577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "DocumentType" ADD VALUE 'STRIPE';
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ enum DocumentType {
PSYCHIC
GITHUB_REPOSITORY
WEBPAGE
STRIPE
}

enum ToolType {
Expand Down

0 comments on commit 7afc577

Please sign in to comment.