Skip to content

Commit

Permalink
Merge pull request #92 from sailshq/alter-failed-log-message
Browse files Browse the repository at this point in the history
Removed log message about recovered data.
  • Loading branch information
rachaelshaw authored Sep 24, 2020
2 parents a33157a + 2a1985b commit fc2b239
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ module.exports = function informReFailedAlterStratagem(err, operationName, model
message +=
'\n'+
'-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n'+
'Some development data was recovered (see `'+ relPathToLogFile + '`). '+
'Any existing `'+ modelIdentity + '` records were deleted, but your data from OTHER models '+
'(including any relationships tracked in foreign keys and join tables) might still be intact. '+
'If you care about recovering any of that data, be sure to back it up now before you continue.\n'+
Expand Down

0 comments on commit fc2b239

Please sign in to comment.