mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-30 00:30:31 -04:00
attempt to skip on migrate
This commit is contained in:
parent
414c6d191f
commit
9fe28f20d0
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue