commented out the migrate command so people don't run it yet

This commit is contained in:
Henry Oswald 2015-02-20 15:45:36 +00:00
parent 123ba63ed4
commit 6d64d6b57e

View file

@ -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 =