◆ abortIfNotPrepared()
| ilFileServicesDatabaseObjective::abortIfNotPrepared |
( |
| ) |
|
|
protected |
◆ prepare()
◆ step_1()
| ilFileServicesDatabaseObjective::step_1 |
( |
| ) |
|
adds a new table to store data of file upload policies
Definition at line 35 of file class.ilFileServicesDatabaseObjective.php.
References abortIfNotPrepared().
39 if ($this->database->tableExists(
"il_upload_policy")) {
43 $this->database->createTable(
"il_upload_policy", [
54 "upload_limit_in_mb" => [
69 "scope_definition" => [
93 'type' =>
'timestamp',
97 'type' =>
'timestamp',
102 $this->database->createSequence(
"il_upload_policy");
◆ $database
The documentation for this class was generated from the following file: