af2516ad by acetousk

Fix DbResource path

1 parent 0b4d77b6
......@@ -16,7 +16,7 @@ along with this software (see the LICENSE.md file). If not, see
<extend-entity entity-name="ProductStoreEmail" package="mantle.product.store">
<field name="resourceId" type="id"/>
<relationship type="one" related="mantle.resource.DbResource" short-alias="dbResource"/>
<relationship type="one" related="moqui.resource.DbResource" short-alias="dbResource"/>
</extend-entity>
</entities>
......