Fix migration: implement getName()
This commit is contained in:
@@ -12,6 +12,11 @@ class ExtendTlSearchMigration implements MigrationInterface
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getName(): string
|
||||||
|
{
|
||||||
|
return 'mummert_media_extend_tl_search';
|
||||||
|
}
|
||||||
|
|
||||||
public function shouldRun(): bool
|
public function shouldRun(): bool
|
||||||
{
|
{
|
||||||
$schemaManager = $this->connection->createSchemaManager();
|
$schemaManager = $this->connection->createSchemaManager();
|
||||||
|
|||||||
Reference in New Issue
Block a user