Lines 2679-2685
CREATE TABLE `action_logs` ( -- logs of actions taken in Koha (requires that the
Link Here
|
2679 |
`info` text, -- information about the action (usually includes SQL statement) |
2679 |
`info` text, -- information about the action (usually includes SQL statement) |
2680 |
PRIMARY KEY (`action_id`), |
2680 |
PRIMARY KEY (`action_id`), |
2681 |
KEY (`timestamp`,`user`) |
2681 |
KEY (`timestamp`,`user`) |
2682 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
2682 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
2683 |
|
2683 |
|
2684 |
-- |
2684 |
-- |
2685 |
-- Table structure for table `alert` |
2685 |
-- Table structure for table `alert` |