Cake 1.3-beta: cake schema doesn't accept the run param

2010-02-03 Thread Luigi Castro Cardeles
Hi, i am using cake 1.3.0-beta from git (git clone git://github.com/cakephp/cakephp1x.git and git checkout 1.3.0-beta). When using cake console, 'cake schema run create DbAcl' throws the default cake schema help but if i use 'cake schema create DbAcl' i was prompted to create acos, aros and

Re: Cake 1.3-beta: cake schema doesn't accept the run param

2010-02-03 Thread Daniel S. Reichenbach
Hi, When using cake console, 'cake schema run create DbAcl' throws the default cake schema help but if i use 'cake schema create DbAcl' i was prompted to create acos, aros and aros_acos tables. is this the expected behavior? as stated in the Migration guide[1] this is indeed intended