Added information about latest migrations

This commit is contained in:
Nicolas Lœuillet
2017-01-13 14:51:37 +01:00
parent 500ae20c94
commit b87f171233
14 changed files with 41 additions and 3 deletions

View File

@ -7,6 +7,9 @@ use Doctrine\DBAL\Schema\Schema;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Added foreign keys for account resetting
*/
class Version20160410190541 extends AbstractMigration implements ContainerAwareInterface
{
/**