ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\History\Setup\HistoryDatabaseUpdateSteps11 Class Reference
+ Inheritance diagram for ILIAS\History\Setup\HistoryDatabaseUpdateSteps11:
+ Collaboration diagram for ILIAS\History\Setup\HistoryDatabaseUpdateSteps11:

Public Member Functions

 prepare (ilDBInterface $db)
 
 step_1 ()
 
- Public Member Functions inherited from ilDatabaseUpdateSteps
 prepare (\ilDBInterface $db)
 Prepare the execution of the steps. More...
 

Protected Attributes

ilDBInterface $db
 

Detailed Description

Definition at line 26 of file HistoryDatabaseUpdateSteps11.php.

Member Function Documentation

◆ prepare()

ILIAS\History\Setup\HistoryDatabaseUpdateSteps11::prepare ( ilDBInterface  $db)

◆ step_1()

ILIAS\History\Setup\HistoryDatabaseUpdateSteps11::step_1 ( )

Definition at line 35 of file HistoryDatabaseUpdateSteps11.php.

35 : void
36 {
37 if ($this->db->tableExists('history')) {
38 $this->db->dropTable('history');
39 }
40 if ($this->db->tableExists('history_seq')) {
41 $this->db->dropTable('history_seq');
42 }
43 }

Field Documentation

◆ $db

ilDBInterface ILIAS\History\Setup\HistoryDatabaseUpdateSteps11::$db
protected

The documentation for this class was generated from the following file: