Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalkoby authored Mar 9, 2017
1 parent 63ae8f5 commit f8eeb06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ It works and was tested on Ruby 2.0+ and Rails 3.1+. It also requires a valid de
If an old migration inserted data (created ActiveRecord model records) you will lose this code in the squashed migration, **BUT** `squasher` will ask you to leave a tmp database which will have all data that was inserted while migrating. Using this database you could add that data as another migration, or into `config/seed.rb` (the expected place for this stuff).

## Changelog
- 0.2.2
- strip white spaces in init migrations
- 0.2.1
- support rails 5
- 0.2.0
Expand Down

0 comments on commit f8eeb06

Please sign in to comment.