Sha256: 6d8f653abd3e755f9d193ef226a477d9d02ef9b9d1f2d97dadf7c8c459c294e6

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

class AddFingerprintToSpudPhotos < ActiveRecord::Migration[4.2]
  def change
    add_column :spud_photos, :photo_fingerprint, :string
    add_index :spud_photos, :photo_fingerprint
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tb_photos-1.2.0 db/migrate/20140730201754_add_fingerprint_to_spud_photos.rb