Sha256: 5412a2bdc6c2a9a56958abacdae7ebe8aafd1d290dd596059f70b36f616d3886
Contents?: true
Size: 385 Bytes
Versions: 17
Compression:
Stored size: 385 Bytes
Contents
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 12 versions & 1 rubygems