Sha256: 4b2604491a1d9cb9781b4007553c35f79641bbb6dcbb03d835ab13fbfbd1605b
Contents?: true
Size: 449 Bytes
Versions: 17
Compression:
Stored size: 449 Bytes
Contents
# This migration comes from inkwell (originally 20121202140816) class AddColumnsToPosts < ActiveRecord::Migration def change add_column ::Inkwell::Engine::config.post_table, :users_ids_who_favorite_it, :text, :default => '[]' add_column ::Inkwell::Engine::config.post_table, :users_ids_who_comment_it, :text, :default => '[]' add_column ::Inkwell::Engine::config.post_table, :users_ids_who_reblog_it, :text, :default => '[]' end end
Version data entries
17 entries across 9 versions & 1 rubygems