Skip to content

Commit

Permalink
fix dummy migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed May 11, 2015
1 parent 9d5c2a6 commit a959311
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 80 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.1.6
- 2.2.2
before_script:
- mysql -e 'create database enju_test'
Expand All @@ -29,7 +29,7 @@ matrix:
gemfile: gemfiles/rails_3.2.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.1.5
- rvm: 2.1.6
gemfile: gemfiles/rails_3.2.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails_3.2.gemfile
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddSettingsToLibraryGroup < ActiveRecord::Migration
def change
add_column :library_groups, :settings, :text
end
end

0 comments on commit a959311

Please sign in to comment.