From 9fe28f20d0c6f016c5e045504868ea10ff06bfd7 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 27 Aug 2014 15:26:53 +1000 Subject: [PATCH] attempt to skip on migrate --- lib/tasks/auto_annotate_models.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/auto_annotate_models.rake b/lib/tasks/auto_annotate_models.rake index 52c51c42615..784b95d6732 100644 --- a/lib/tasks/auto_annotate_models.rake +++ b/lib/tasks/auto_annotate_models.rake @@ -20,7 +20,7 @@ if(Rails.env.development?) 'exclude_fixtures' => "true", 'exclude_factories' => "true", 'ignore_model_sub_dir' => "false", - 'skip_on_db_migrate' => "false", + 'skip_on_db_migrate' => "true", 'format_bare' => "true", 'format_rdoc' => "false", 'format_markdown' => "false",