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