Commit e907f966 by Andy Allan

Fix typo

Fix typo in rake file setting, "try" should be "true"
parent 60945d0d
......@@ -148,7 +148,7 @@ change:
To:
'skip_on_db_migrate' => "try",
'skip_on_db_migrate' => "true",
If you want to run `rake db:migrate` as a one-off without running annotate,
you can do so with a simple environment variable, instead of editing the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment