fix: missing use statements

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/47776/head
Arthur Schiwon 2024-09-05 19:15:55 +07:00
parent 7f742cb852
commit 095389d71a
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 2 additions and 0 deletions

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