Sha256: 1053af0fe8be1ad72f509d8b003c01358d3a83b1497504ee02dd827d7b3d380a

Contents?: true

Size: 324 Bytes

Versions: 17

Compression:

Stored size: 324 Bytes

Contents

# This migration comes from inkwell (originally 20121209124435)
class AddColumnsToUsers < ActiveRecord::Migration
  def change
    add_column ::Inkwell::Engine::config.user_table, :followers_ids, :text, :default => '[]'
    add_column ::Inkwell::Engine::config.user_table, :followings_ids, :text, :default => '[]'
  end
end

Version data entries

17 entries across 9 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-2.0.0 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.5.2 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.5.2 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.5.1 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.5.1 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.4.1 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.4.1 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.2.0 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.2.0 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.1.7 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.1.7 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.1.1 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.1.1 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.0.5 test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb
inkwell-1.0.5 test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb
inkwell-1.0.4 test/dummy/db/migrate/20130206112229_add_columns_to_users.inkwell.rb