Skip to content

Commit a55bd0b

Browse files
committed
migrations: Rename symlink migration to correct format
1 parent 95b918c commit a55bd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Migrations/SymlinkSupportMigration.php renamed to core/Migrations/Version29000Date20231123170742.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Introduce symlinks table
3737
*/
38-
class SymlinkSupportMigration extends SimpleMigrationStep {
38+
class Version29000Date20231123170742 extends SimpleMigrationStep {
3939
/**
4040
* @param IOutput $output
4141
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`

0 commit comments

Comments
 (0)