From 4d01a543918da117d94dcc134bf9d1eb5190b1f6 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 20 Feb 2015 15:45:36 +0000 Subject: [PATCH] commented out the migrate command so people don't run it yet --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index d8e5f5ee3c..df8cf03045 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -167,7 +167,7 @@ module.exports = (grunt) -> Helpers.buildUpstartScripts() - grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate'] + #grunt.registerTask 'migrate', "compile migrations and run them", ['coffee:migrate', 'shell:migrate'] Helpers =