summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--migrations/20150905232742_make_blob_fields_text.js5
1 files 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",