fix typo in CartItem Model

This commit is contained in:
Manuel Raynaud
2013-08-06 09:56:19 +02:00
parent 33933a63cb
commit 2b656336c7

View File

@@ -965,7 +965,7 @@
<column name="product_sale_elements_id" required="true" type="INTEGER" />
<column name="price" type="FLOAT" />
<column name="promo_price" type="FLOAT" />
<column name="price_end of life" type="TIMESTAMP" />
<column name="price_end_of_life" type="TIMESTAMP" />
<foreign-key foreignTable="cart" name="fk_cart_item_cart_id">
<reference foreign="id" local="cart_id" />
</foreign-key>