diff --git a/lib/mysql.js b/lib/mysql.js index 1399193..63ef991 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -548,7 +548,7 @@ MySQL.prototype.singleIndexSettingsSQL = function (model, prop) { } else { return (kind + ' INDEX `' + prop + '` ' + type + ' (`' + prop + '`) '); } -} +}; MySQL.prototype.indexSettingsSQL = function (model, prop) { // Recycled from alterTable multi-column indexes above, more or less.