|
|
|
@ -33,11 +33,9 @@ use OCP\Migration\IOutput; |
|
|
|
use OCP\Migration\SimpleMigrationStep; |
|
|
|
|
|
|
|
class Version24000Date20211230140012 extends SimpleMigrationStep { |
|
|
|
/** @var IDBConnection */ |
|
|
|
protected $connection; |
|
|
|
|
|
|
|
public function __construct(IDBConnection $connection) { |
|
|
|
$this->connection = $connection; |
|
|
|
public function __construct( |
|
|
|
protected IDBConnection $connection, |
|
|
|
) { |
|
|
|
} |
|
|
|
|
|
|
|
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper { |
|
|
|
|