Topic: MyISAM tables

Hello, the installation notes indicate that INNODB tables are required by FrontAccounting.  After installing version 2.3.5 I notice there is a mix of MyISAM and INNODB tables in my database.  Is this normal and Ok or should they all be INNODB tables?

Re: MyISAM tables

This is not required to have all tables of the same type. MyISAM engine is considered slightly faster , but does not support transactions, so both types are used in FA.
Janusz