19 declare(strict_types=1);
30 $this->database = $db;
40 if ($this->database->tableExists(
"il_upload_policy")) {
44 $this->database->createTable(
"il_upload_policy", [
55 "upload_limit_in_mb" => [
70 "scope_definition" => [
94 'type' =>
'timestamp',
98 'type' =>
'timestamp',
103 $this->database->createSequence(
"il_upload_policy");
112 if (
null === $this->database) {
113 throw new LogicException(self::class .
"::prepare() must be called before db-update-steps execution.");
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
prepare(ilDBInterface $db)
step_1()
adds a new table to store data of file upload policies