Sha256: 4b2604491a1d9cb9781b4007553c35f79641bbb6dcbb03d835ab13fbfbd1605b

Contents?: true

Size: 449 Bytes

Versions: 17

Compression:

Stored size: 449 Bytes

Contents

# This migration comes from inkwell (originally 20121202140816)
class AddColumnsToPosts < ActiveRecord::Migration
  def change
    add_column ::Inkwell::Engine::config.post_table, :users_ids_who_favorite_it, :text, :default => '[]'
    add_column ::Inkwell::Engine::config.post_table, :users_ids_who_comment_it, :text, :default => '[]'
    add_column ::Inkwell::Engine::config.post_table, :users_ids_who_reblog_it, :text, :default => '[]'
  end
end

Version data entries

17 entries across 9 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-2.0.0 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.5.2 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.5.2 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.5.1 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.5.1 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.4.1 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.4.1 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.2.0 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.2.0 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.1.7 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.1.7 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.1.1 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.1.1 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.0.5 test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb
inkwell-1.0.5 test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb
inkwell-1.0.4 test/dummy/db/migrate/20130206112226_add_columns_to_posts.inkwell.rb