<VirtualHost *:80>
ServerAdmin webmaster@redmine.dev
DocumentRoot "/home/boris/usr/www/redmine.dev/web/"
ServerName redmine.dev
ServerAlias www.redmine.dev
ErrorLog "/home/boris/usr/log/redmine.dev/error.log"
CustomLog "/home/boris/usr/log/redmine.dev/access.log" common
</VirtualHost>
$tableOptions = null;
if ($this->db->driverName === 'mysql') {
// http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB';
}