Skip to content

Commit 47351e4

Browse files
committed
Make storage nullable in entityMapping
1 parent c3fc95b commit 47351e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parametersSchema:
3131
entityMapping: arrayOf(
3232
structure([
3333
class: string()
34-
storage: string()
34+
storage: schema(string(), nullable())
3535
])
3636
)
3737
])

0 commit comments

Comments
 (0)