BUG 10917 No se terminan de crear campos en la BD al hacer upgrade SOLVED
- Variable not defined. - was add validation.
This commit is contained in:
@@ -86,7 +86,7 @@ class workspaceTools
|
||||
|
||||
$start = microtime( true );
|
||||
CLI::logging( "> Updating cache view...\n" );
|
||||
$this->upgradeCacheView( $buildCacheView );
|
||||
$this->upgradeCacheView( $buildCacheView, true);
|
||||
$stop = microtime( true );
|
||||
$final = $stop - $start;
|
||||
CLI::logging( "<*> Process Updating cache view carried out in $final seconds.\n" );
|
||||
@@ -427,7 +427,7 @@ class workspaceTools
|
||||
* @param bool $checkOnly only check if the upgrade is needed if true
|
||||
* @param string $lang not currently used
|
||||
*/
|
||||
public function upgradeCacheView ($fill = true)
|
||||
public function upgradeCacheView ($fill = true, $checkOnly = false)
|
||||
{
|
||||
$this->initPropel( true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user