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