Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 24, 2020
1 parent b2e6f0d commit 454b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/sdk/src/__tests__/introspection/introspection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test('basic introspection', async () => {
amount Float @default(0)
balance Float @default(0)
email String @default(\\"\\") @unique
id Int @id
id Int @default(autoincrement()) @id
name String?
role String @default(\\"USER\\")
posts Post[]
Expand Down

0 comments on commit 454b56d

Please sign in to comment.