20121231170705_add_memory_to_agents.rb 112B

    class AddMemoryToAgents < ActiveRecord::Migration def change add_column :agents, :memory, :text end end