Sha256: 091bb85c56913c6d33d4ded8243d00aab597bd19818a918199877dcfeb5d7b95

Contents?: true

Size: 131 Bytes

Versions: 30

Compression:

Stored size: 131 Bytes

Contents

class RenameBodyTextToBody < ActiveRecord::Migration
  def change
  	rename_column :hubstats_comments, :body_text, :body
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hubstats-0.9.1 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.9.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.8.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.7 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.6 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.5 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.4 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.3 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.2 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.7.1 db/migrate/20160113182356_rename_body_text_to_body.rb