From fdc2318023d70630460b2f18ab72700e8cda31a2 Mon Sep 17 00:00:00 2001 From: Shyim Date: Tue, 16 Aug 2016 23:17:09 +0200 Subject: [PATCH] Typo --- src/db/mysql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/mysql.js b/src/db/mysql.js index 29206e7..f46fa23 100644 --- a/src/db/mysql.js +++ b/src/db/mysql.js @@ -77,7 +77,7 @@ export function createTable(name) { send_marketing_emails tinyint(1) NOT NULL, send_push_notifications tinyint(1) NOT NULL, skin int(11) NOT NULL, - hai int(11) NOT NULL, + hair int(11) NOT NULL, shirt int(11) NOT NULL, pants int(11) NOT NULL, hat int(11) NOT NULL,