Add the table order_version to Thelia

This commit is contained in:
Guillaume Barral
2014-06-18 14:22:15 +02:00
parent 8aac09ad90
commit 6e9412f3ac
11 changed files with 5592 additions and 16 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\OrderVersionQuery as BaseOrderVersionQuery;
/**
* Skeleton subclass for performing query and update operations on the 'order_version' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class OrderVersionQuery extends BaseOrderVersionQuery
{
} // OrderVersionQuery