create sql script for migrations

This commit is contained in:
Manuel Raynaud
2014-01-08 14:16:32 +01:00
parent 97a9ff26be
commit 366454ebe8
3 changed files with 413 additions and 2 deletions

View File

@@ -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',