From 5ddb40d9831719891f1955fcce34b0f7ef30023d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 6 Sep 2015 01:32:25 -0400 Subject: add note about db --- migrations/20150905232742_make_blob_fields_text.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/migrations/20150905232742_make_blob_fields_text.js b/migrations/20150905232742_make_blob_fields_text.js index 6e24278..fe50ba2 100644 --- a/migrations/20150905232742_make_blob_fields_text.js +++ b/migrations/20150905232742_make_blob_fields_text.js @@ -4,12 +4,13 @@ exports.up = function(knex, Promise) { var promise knex.raw("ALTER DATABASE bucky CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci").then(function(){ console.log("OK") }) var sql = [ - "comments comment text", +// these ones dont workb ecause of weird unicode somewhere in the db! +// "comments comment text", +// "messages body text", "invites grass tinytext", "keywords threads text", "keywords ops text", "keywords display tinytext", - "messages body text", "tags ops text", "tags display tinytext", "threads allowed tinytext", -- cgit v1.2.3-70-g09d2