mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 20:24:40 +08:00
attempt to skip on migrate
This commit is contained in:
@ -20,7 +20,7 @@ if(Rails.env.development?)
|
|||||||
'exclude_fixtures' => "true",
|
'exclude_fixtures' => "true",
|
||||||
'exclude_factories' => "true",
|
'exclude_factories' => "true",
|
||||||
'ignore_model_sub_dir' => "false",
|
'ignore_model_sub_dir' => "false",
|
||||||
'skip_on_db_migrate' => "false",
|
'skip_on_db_migrate' => "true",
|
||||||
'format_bare' => "true",
|
'format_bare' => "true",
|
||||||
'format_rdoc' => "false",
|
'format_rdoc' => "false",
|
||||||
'format_markdown' => "false",
|
'format_markdown' => "false",
|
||||||
|
Reference in New Issue
Block a user