Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Lim authored Jan 16, 2019
1 parent 6967b96 commit d868b97
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
@@ -1,5 +1,7 @@
# ActiveRecordDeprecateColumns

[![Build Status](https://travis-ci.org/notonthehighstreet/active_record_deprecate_columns.svg?branch=master)](https://travis-ci.org/notonthehighstreet/active_record_deprecate_columns)

An ActiveRecord extension gem that allows you to deprecate columns before you
delete them. This will allow you to double-check that a column definitely isn't
in use before it's gone. The deprecated columns won't appear in `#to_json` calls.
Expand Down

0 comments on commit d868b97

Please sign in to comment.