From 3b78196992b2254f1c6b2ab5b68ff9c59f00627c Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Date: Wed, 26 Feb 2020 13:56:44 -0300 Subject: [PATCH] fix(schema.mustache): table down() function comment changed "alternations" to "alterations" --- src/Generators/templates/schema.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}