create sql script for migrations
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
/*************************************************************************************/
|
||||
|
||||
namespace Thelia\Controller\Admin;
|
||||
|
||||
use Propel\Runtime\Exception\PropelException;
|
||||
use Propel\Runtime\Propel;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
@@ -41,8 +42,6 @@ use Thelia\Model\Map\ProductTableMap;
|
||||
class UpdateController extends BaseAdminController
|
||||
{
|
||||
|
||||
const UPDATE_RESOURCE = 'update';
|
||||
|
||||
protected static $version = array(
|
||||
'0' => '2.0.0-beta1',
|
||||
'1' => '2.0.0-beta2',
|
||||
|
||||
Reference in New Issue
Block a user