Skip to content

Commit

Permalink
Merge pull request #1288 from Shelf-nu/1279-feature-request-add-idr-a…
Browse files Browse the repository at this point in the history
…s-a-currency

feat: update Currency enum to add IDR
  • Loading branch information
DonKoko authored Aug 30, 2024
2 parents a99b189 + 89bf920 commit 8a7c26c
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 "Currency" ADD VALUE 'IDR';
1 change: 1 addition & 0 deletions app/database/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ enum Currency {
SAR // Saudi Riyal
AED // United Arab Emirates Dirham
PLN // Polish Zloty
IDR // Indonesian Rupiah
}

enum InviteStatuses {
Expand Down

0 comments on commit 8a7c26c

Please sign in to comment.