mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Proper renaming of migrations to comply with doctrine migration convention
This commit is contained in:
@@ -47,4 +47,9 @@ abstract class patchAbstract implements patchInterface
|
||||
->listTableDetails($tableName)
|
||||
->hasColumn($fieldName);
|
||||
}
|
||||
|
||||
public function getDoctrineMigrations()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user