diff --git a/src/Generators/templates/schema.mustache b/src/Generators/templates/schema.mustache index 46fde14..462877b 100644 --- a/src/Generators/templates/schema.mustache +++ b/src/Generators/templates/schema.mustache @@ -25,7 +25,7 @@ class {{ name }} extends Schema { down () { this.table('{{ table }}', (table) => { - // reverse alternations + // reverse alterations }) } {{/create}}