mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
fix: missing use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
7f742cb852
commit
095389d71a
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue