I'm new to migrations, and I'm trying to stick to the automatically generated ones:
$ php app/console doctrine:migrations:diff
$ php app/console doctrine:migrations:migrate
The problem is that this drops my sessions table. What can I do to avoid that?