20121231170705_add_memory_to_agents.rb 112 B

12345
  1. class AddMemoryToAgents < ActiveRecord::Migration
  2. def change
  3. add_column :agents, :memory, :text
  4. end
  5. end