Sha256: 0fa3fb18ce929ce2de783c13d0e33fa0003a36bf1b764841c6df4addcf1a3d6e

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

class AddCommunityIdsToPost < ActiveRecord::Migration
  def change
    if ::Inkwell::Engine::config.community_table
      add_column ::Inkwell::Engine::config.post_table, :communities_ids, :text, :default => '[]'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inkwell-1.0.4 db/migrate/20130202130020_add_community_ids_to_post.rb