Typo: fixed ProdutImage -> ProductImage

This commit is contained in:
franck
2013-08-15 10:43:07 +02:00
parent 1db41a36ab
commit 845a2f9f73
14 changed files with 127 additions and 6043 deletions

View File

@@ -450,7 +450,7 @@
</index>
<behavior name="timestampable" />
</table>
<table name="produt_image" namespace="Thelia\Model">
<table name="product_image" namespace="Thelia\Model">
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="product_id" required="true" type="INTEGER" />
<column name="file" required="true" size="255" type="VARCHAR" />