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-1.2.1 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.2.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.1.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.0.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.0.0.beta3 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.0.0.beta2 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.0.0.beta1 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-1.0.0.beta db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.12.2 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.12.1 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.12.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.11.5 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.11.4 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.11.1 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.11.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.10.0 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.9.5 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.9.4 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.9.3 db/migrate/20160113182356_rename_body_text_to_body.rb
hubstats-0.9.2 db/migrate/20160113182356_rename_body_text_to_body.rb