Sha256: a3482e90a450bc118a56bf9f5aa9dfa9645e57cee8c85cb900aab4b6f2c8ede0

Contents?: true

Size: 309 Bytes

Versions: 16

Compression:

Stored size: 309 Bytes

Contents

# This migration comes from inkwell (originally 20130202130020)
class AddCommunityIdsToPost < ActiveRecord::Migration
  def change
    if ::Inkwell::Engine::config.respond_to?('community_table')
      add_column ::Inkwell::Engine::config.post_table, :communities_ids, :text, :default => '[]'
    end
  end
end

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-2.0.0 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.5.2 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.5.2 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.5.1 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.5.1 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.4.1 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.4.1 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.2.0 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.2.0 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.1.7 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.1.7 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.1.1 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb
inkwell-1.1.1 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.0.5 test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb
inkwell-1.0.5 test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb