Merge pull request #18098 from nextcloud/fix/migration_import_order

Fix the import order of new migrations
This commit is contained in:
Roeland Jago Douma 2019-11-25 14:11:09 +01:00 committed by GitHub
commit 279c0cb2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!