fix(order): add data model name in define schema (#11181)
Add missing data model name in `model.define` in the Order Module where missing, as we need to infer the names in the references we generate Closes DX-1305
This commit is contained in:
@@ -5,6 +5,7 @@ const _OrderSummary = model
|
||||
.define(
|
||||
{
|
||||
tableName: "order_summary",
|
||||
name: "OrderSummary",
|
||||
},
|
||||
{
|
||||
id: model.id({ prefix: "ordsum" }).primaryKey(),
|
||||
|
||||
Reference in New Issue
Block a user