chore(): order module index and some impl details (#13462)
* order module fixes * order module fixes * fixes * revert big number * Create wet-wombats-rule.md
This commit is contained in:
committed by
GitHub
parent
368c1d1e17
commit
823a5c75ff
@@ -21,7 +21,7 @@ const _OrderSummary = model
|
||||
name: "IDX_order_summary_order_id_version",
|
||||
on: ["order_id", "version"],
|
||||
unique: false,
|
||||
where: "deleted_at IS NOT NULL",
|
||||
where: "deleted_at IS NULL",
|
||||
},
|
||||
{
|
||||
name: "IDX_order_summary_deleted_at",
|
||||
|
||||
Reference in New Issue
Block a user