Project

General

Profile

Download (168 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIamRoleToImages < ActiveRecord::Migration
def up
add_column :images, :iam_role, :string
end

def down
remove_column :images, :iam_role
end
end
(124-124/281)