diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:32:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-06 01:32:25 -0400 |
| commit | 5ddb40d9831719891f1955fcce34b0f7ef30023d (patch) | |
| tree | 88629e0227a520ab15e941a8495fa65256d82228 /migrations | |
| parent | c88806506d2f8845a9fb914c960d0b6bbc5a8e1e (diff) | |
add note about db
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/20150905232742_make_blob_fields_text.js | 5 |
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", |
