Skip to content

Commit

Permalink
fix: missing use statements
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Sep 5, 2024
1 parent 7f742cb commit 095389d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Migrations/Version28000Date20240828142927.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
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.
Expand Down

0 comments on commit 095389d

Please sign in to comment.