So I take out some columns from a table in the schema and rebuild my symfony project model. Before rebuilding I backup the database. When I try to import the DB after rebuilding I get an error
ERROR 1054 (42S22) Unknown column 'whatever' in 'field list' Is there a mysql command to ignore missing columns on import? Otherwise I have to delete the columns in mysql before backing up the database which adds an extra step that needs to be done manually. Suggestions for other methods of handling this scenario are welcome --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
