Sha256: 63b4c2ffb8ffc3ceebab1c0db38a0a4040a38e0e0941f87b1457b39ca4034896

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

class AddContentTypeToProjectAttachments < ActiveRecord::Migration
  def change
    add_column :project_attachments, :content_type, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/db/migrate/20140317060355_add_content_type_to_project_attachments.rb