Hi folks,

I came across a speed bump with cakedc/migrations regarding 
creating/removing indexes on existing table columns. You can take a look at 
an issue I opened here:

https://github.com/CakeDC/migrations/issues/189

Essentially, I just reopened issue #170 regarding how indexes are operated 
upon by the Migrations plugin. There seems to be a bug on how the plugin 
handles blank field names in the generated migration file in a 'drop_field' 
section, where an index is specified but not the the field name. I'm 
assuming the generator skipped naming the field to prevent the plugin from 
accidentally dropping the whole column after dropping the index, but also 
effectively stopping the migration (schema-altering) process.

I'm thinking, since the CakeDC team is a little busy right now (their 
GitHub repo hasn't been touched in months), should I just fork the plugin 
and do modifications in my own repo right now? I'm working on some 
production code and this plugin functionality is quite urgent.

TIA.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to