mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
commented out the migrate command so people don't run it yet
This commit is contained in:
parent
685abf8cbe
commit
4d01a54391
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue