Skip to content

Commit

Permalink
Follow libplanet GraphQL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Feb 5, 2024
1 parent 1dc31e8 commit 369f468
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "TxResult" ADD VALUE 'INCLUDED';
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 TxResult {
STAGING
SUCCESS
FAILURE
INCLUDED
}

model Network {
Expand Down
Loading

0 comments on commit 369f468

Please sign in to comment.