Skip to content

Commit

Permalink
fix(Localization): refactor model
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn committed May 12, 2019
1 parent 852318b commit 0613fb6
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 422 deletions.
2 changes: 1 addition & 1 deletion datamodel.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ type Translation {
type Localization {
id: ID! @id
key: String! @unique
translations: [TranslationText!]! @relation(link: "TABLE", name: "LocalizationTranslation")
translations: [Translation!]! @relation(link: "TABLE", name: "LocalizationTranslation")
}
Loading

0 comments on commit 0613fb6

Please sign in to comment.