diff --git a/conf/schema.mysql.sql b/conf/schema.mysql.sql index 8c0affb..545740f 100644 --- a/conf/schema.mysql.sql +++ b/conf/schema.mysql.sql @@ -21,4 +21,4 @@ CREATE TABLE filebin ( res_h INT(11) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (id), UNIQUE KEY filebin_uniq (created) -) ENGINE=InnoDB; +) ENGINE=InnoDB DEFAULT CHARSET=utf8;