socialforge/db/migrate/20140428005537_add_url_to_r...

6 lines
123 B
Ruby
Raw Normal View History

class AddUrlToRelativeMemos < ActiveRecord::Migration
def change
add_column :relative_memos, :url, :string
end
end