Sha256: a98360aaa3def770d71d604f0154216154ab7978359f422196900941c4ccb06b

Contents?: true

Size: 260 Bytes

Versions: 17

Compression:

Stored size: 260 Bytes

Contents

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 12 versions & 1 rubygems

Version Path
inkwell-2.0.0 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.5.2 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.5.1 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.4.1 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.2.0 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.1.7 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.1.1 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.0.5 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-1.0.4 test/dummy_without_community/db/migrate/20130120124014_add_columns_to_users.rb
inkwell-1.0.4 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-0.1.1 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-0.1.1 test/dummy_without_community/db/migrate/20130120124014_add_columns_to_users.rb
inkwell-0.1.1 test/dummy/db/migrate/20130120124014_add_columns_to_users.rb
inkwell-0.0.3 test/dummy/db/migrate/20130120124014_add_columns_to_users.rb
inkwell-0.0.3 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-0.0.1 db/migrate/20121209124435_add_columns_to_users.rb
inkwell-0.0.1 test/dummy/db/migrate/20130120124014_add_columns_to_users.rb