ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilBibliograficDB80.php
Go to the documentation of this file.
1 <?php
2 
24 {
26 
30  public function prepare(ilDBInterface $db): void
31  {
32  $this->database = $db;
33  }
34 
35  public function step_1(): void
36  {
37  if ($this->database->tableColumnExists('il_bibl_field', 'object_id')) {
38  $this->database->dropTableColumn('il_bibl_field', 'object_id');
39  }
40  }
41 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepare(ilDBInterface $db)