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