Sfoglia il codice sorgente

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

Henry Oswald 11 anni fa
parent
commit
4d01a54391
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gruntfile.coffee

+ 1 - 1
Gruntfile.coffee

@@ -167,7 +167,7 @@ module.exports = (grunt) ->
 		Helpers.buildUpstartScripts()
 		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 =
 	Helpers =