Project

General

Profile

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

def self.down
remove_column :images, :iam_role
end
end
(124-124/204)