Sha256: 33b216db9a95c05ec1e00521a04cc7f35dda4b7ff9e6c7457fefa36374de8d1e
Contents?: true
Size: 126 Bytes
Versions: 2
Compression:
Stored size: 126 Bytes
Contents
class AddVoteScope < ActiveRecord::Migration def up add_column :votes, :vote_scope, :string end def down end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
translation_center-0.0.8 | test/dummy/db/migrate/20130211092118_add_vote_scope.rb |
translation_center-0.0.7 | test/dummy/db/migrate/20130211092118_add_vote_scope.rb |