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:
Marco Antonio Nina
2013-03-04 12:39:03 -04:00
parent 83923e41e2
commit effadbde76

View File

@@ -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 );