Sha256: 44d9406a8957201e5d1a228d5a4d039c2c10a971c91e638c7741ae97594008df

Contents?: true

Size: 576 Bytes

Versions: 17

Compression:

Stored size: 576 Bytes

Contents

# This migration comes from inkwell (originally 20121209124743)
class CreateInkwellComments < ActiveRecord::Migration
  def change
    create_table :inkwell_comments do |t|
      t.integer "#{::Inkwell::Engine::config.user_table.to_s.singularize}_id"
      t.text :body
      t.integer :parent_id
      t.integer "#{::Inkwell::Engine::config.post_table.to_s.singularize}_id"
      t.text :upper_comments_tree
      t.text     :users_ids_who_favorite_it
      t.text     :users_ids_who_comment_it
      t.text     :users_ids_who_reblog_it

      t.timestamps
    end
  end
end

Version data entries

17 entries across 9 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-2.0.0 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.5.2 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.5.2 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.5.1 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.5.1 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.4.1 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.4.1 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.2.0 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.2.0 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.1.7 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.1.7 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.1.1 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.1.1 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.0.5 test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb
inkwell-1.0.5 test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb
inkwell-1.0.4 test/dummy/db/migrate/20130206112230_create_inkwell_comments.inkwell.rb