On Sat, 13 Mar 2010, Kieu Anh Tuan wrote: > Hi, I have symfony 1.4.4-DEV installed (checked out from the main > repository), my question is about Doctrine. > > When I add a new table "Post" in schema.yml and then do a doctrine:build > --all, a new table "Post" is created in the database, which is totally > normal. Then I decided to remove the newly added "Post" table from > schema.yml, then do a doctrine:build --all again and the "Post" table is > still in the database, is that normal?
Build all probably doesn't drop the database. Look at one of the reload tasks instead. -- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en