Skip to content

Commit

Permalink
move encryption_artifacts & session_encryption_artifacts to admin schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed May 16, 2024
1 parent 556ca20 commit 2fba0a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions db/migrations/1708169663879-Data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions schema/auth.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type User @entity @schema(name: "admin") {
nftFeaturingRequests: [NftFeaturingRequest!]! @derivedFrom(field: "user")
}

type EncryptionArtifacts @entity {
type EncryptionArtifacts @entity @schema(name: "admin") {
"ID / lookupKey"
id: ID!

Expand All @@ -55,7 +55,7 @@ type EncryptionArtifacts @entity {
encryptedSeed: String!
}

type SessionEncryptionArtifacts @entity {
type SessionEncryptionArtifacts @entity @schema(name: "admin") {
"Unique identifier"
id: ID!

Expand Down

0 comments on commit 2fba0a5

Please sign in to comment.