]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: missing use statements 47776/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 5 Sep 2024 17:15:55 +0000 (19:15 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 5 Sep 2024 17:15:55 +0000 (19:15 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
core/Migrations/Version28000Date20240828142927.php

index 9c0daff7a3b126b53643d4db78ea0a3f941d8e50..4b644fdd4bb9582bdb530c696b0367fcc6a1cd79 100644 (file)
@@ -13,6 +13,8 @@ use Closure;
 use OCP\DB\ISchemaWrapper;
 use OCP\DB\QueryBuilder\IQueryBuilder;
 use OCP\IDBConnection;
+use OCP\Migration\IOutput;
+use OCP\Migration\SimpleMigrationStep;
 
 /**
  * Migrate the argument_hash column of oc_jobs to use sha256 instead of md5.