mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #18098 from nextcloud/fix/migration_import_order
Fix the import order of new migrations
This commit is contained in:
commit
279c0cb2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -47,8 +47,8 @@ namespace {{namespace}};
|
|||
|
||||
use Closure;
|
||||
use OCP\DB\ISchemaWrapper;
|
||||
use OCP\Migration\SimpleMigrationStep;
|
||||
use OCP\Migration\IOutput;
|
||||
use OCP\Migration\SimpleMigrationStep;
|
||||
|
||||
/**
|
||||
* Auto-generated migration step: Please modify to your needs!
|
||||
|
|
|
|||
Loading…
Reference in a new issue