aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-09-05 19:11:06 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-09-05 19:11:06 +0200
commit0b6ec1b1f010e927716c949c09e6a738a4782364 (patch)
treeebed8cfbd84cb0ddc387ff0d06012eaa66bf3c1d
parent8552ac461efb584c75895a801530223916c0c599 (diff)
downloadnextcloud-server-0b6ec1b1f010e927716c949c09e6a738a4782364.tar.gz
nextcloud-server-0b6ec1b1f010e927716c949c09e6a738a4782364.zip
fix: missing use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--core/Migrations/Version28000Date20240828142927.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Migrations/Version28000Date20240828142927.php b/core/Migrations/Version28000Date20240828142927.php
index 9c0daff7a3b..4b644fdd4bb 100644
--- a/core/Migrations/Version28000Date20240828142927.php
+++ b/core/Migrations/Version28000Date20240828142927.php
@@ -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.