dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
38 stars 5 forks source link

Doctrine migrations:diff will generate a migration file that will drop the oauth tables. #83

Closed Calin23 closed 3 years ago

Calin23 commented 3 years ago

Considering the following tables that are not mapped anywhere in the Doctrine ORM.

Runing vendor/bin/doctrine-migrations migrations:diff will only create a migration file that will drop the tables specified above.

We need to tell Doctrine to ignore those custom tables as specified in their documentation.