diff --git a/include/install.php b/include/install.php index 9ff611f80..f8cbbb571 100644 --- a/include/install.php +++ b/include/install.php @@ -1281,6 +1281,11 @@ public static function create_database($db_type, $db_host, $db_name, $db_usernam 'datatype' => 'INT(25)', 'allow_null' => false, 'default' => '3' + ), + 'accent' => array( + 'datatype' => 'INT(25)', + 'allow_null' => false, + 'default' => '3' ) ), 'PRIMARY KEY' => array('id'),