Proper renaming of migrations to comply with doctrine migration convention

This commit is contained in:
Benoît Burnichon
2015-03-20 19:15:11 +01:00
parent d1ca3fde82
commit 5f714b20ef
77 changed files with 56 additions and 502 deletions

View File

@@ -47,4 +47,9 @@ abstract class patchAbstract implements patchInterface
->listTableDetails($tableName)
->hasColumn($fieldName);
}
public function getDoctrineMigrations()
{
return [];
}
}