Semicolon consistency.
This commit is contained in:
parent
ac8f882175
commit
25202bd455
|
@ -548,7 +548,7 @@ MySQL.prototype.singleIndexSettingsSQL = function (model, prop) {
|
||||||
} else {
|
} else {
|
||||||
return (kind + ' INDEX `' + prop + '` ' + type + ' (`' + prop + '`) ');
|
return (kind + ' INDEX `' + prop + '` ' + type + ' (`' + prop + '`) ');
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
MySQL.prototype.indexSettingsSQL = function (model, prop) {
|
MySQL.prototype.indexSettingsSQL = function (model, prop) {
|
||||||
// Recycled from alterTable multi-column indexes above, more or less.
|
// Recycled from alterTable multi-column indexes above, more or less.
|
||||||
|
|
Loading…
Reference in New Issue