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:
@ -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' => '')
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user