Skip to content

Commit d5a3dad

Browse files
committed
sample jdl change
1 parent 9493580 commit d5a3dad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.blueprint/generate-sample/templates/samples/jdl-default/app-react.jdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ enum Language {
6161
}
6262

6363
relationship OneToOne {
64-
Employee{internalUser(login)} to User with builtInEntity
64+
Employee{internalUser} to User with builtInEntity
6565
}
6666

6767
relationship OneToOne {

.blueprint/generate-sample/templates/samples/jdl-default/app.jdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ relationship OneToOne {
8787
}
8888

8989
relationship OneToOne {
90-
Employee{internalUser(login)} to User with builtInEntity
90+
Employee{internalUser} to User with builtInEntity
9191
}
9292

9393
// defining multiple OneToMany relationships with comments

.blueprint/generate-sample/templates/samples/jdl-default/app_mongo.jdl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ enum Language {
6060
FRENCH, ENGLISH, SPANISH
6161
}
6262

63-
63+
relationship OneToOne {
64+
Employee{internalUser} to User with builtInEntity
65+
}
6466

6567
relationship OneToOne {
6668
Country{region} to Region

0 commit comments

Comments
 (0)