Lines 2742-2748
CREATE TABLE `action_logs` ( -- logs of actions taken in Koha (requires that the
Link Here
|
2742 |
`info` text, -- information about the action (usually includes SQL statement) |
2742 |
`info` text, -- information about the action (usually includes SQL statement) |
2743 |
PRIMARY KEY (`action_id`), |
2743 |
PRIMARY KEY (`action_id`), |
2744 |
KEY (`timestamp`,`user`) |
2744 |
KEY (`timestamp`,`user`) |
2745 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
2745 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
2746 |
|
2746 |
|
2747 |
-- |
2747 |
-- |
2748 |
-- Table structure for table `alert` |
2748 |
-- Table structure for table `alert` |