And the reason why symfony doesn't is you may have code you put into the model files that you still need to move over to the new model files and so its safer for symfony not to delete them.
On Mon, Oct 19, 2009 at 3:57 PM, mini_alexander <[email protected]> wrote: > > Yes but Symfony doesn't delete old models. > > On 19 Paź, 15:12, Gareth McCumskey <[email protected]> wrote: > > Did you remember to clear cache after altering your schema.yml? > > > > On Mon, Oct 19, 2009 at 10:32 AM, mini_alexander <[email protected] > >wrote: > > > > > > > > > In old schema.yml I had some table, then I deleted this table from > > > schema.yml but this table is still creating when I write in console: > > > php symfony doctrine:build-all-reload > > > > > I must delete from /lib/filter, /lib/form and /lib/model all files > > > which have got in name, name this table and then after: > > > php symfony doctrine:build-all-reload > > > > > everything is ok - I have in database tables from new schema.yml > > > without this table, but it isn't comfortable - is other way ? > > > > -- > > Gareth McCumskeyhttp://garethmccumskey.blogspot.com > > twitter: @garethmcc > > > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
