Skip to content

Commit

Permalink
#1245 Add accent to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 14, 2015
1 parent 5feec01 commit 4e9d19a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4e9d19a

Please sign in to comment.