Added the option to set the row_format per table in the admin view. Converted all the JCB tables to have a DYNAMIC row format. Fixed gh-369 so that JCB packages like JMM can be imported.

This commit is contained in:
2019-01-26 05:51:48 +02:00
parent 02de1edb54
commit 3abae0494e
15 changed files with 1521 additions and 1422 deletions

View File

@ -718,7 +718,8 @@ class Get
public $mysqlTableKeys = array(
'engine' => array('default' => 'MyISAM'),
'charset' => array('default' => 'utf8'),
'collate' => array('default' => 'utf8_general_ci')
'collate' => array('default' => 'utf8_general_ci'),
'row_format' => array('default' => '')
);
/**