Sha256: 14ed3466190337939b9b4379d370e67dcca85a5f9b2fe3448ffc7990c4b43c2c

Contents?: true

Size: 148 Bytes

Versions: 7

Compression:

Stored size: 148 Bytes

Contents

class AddExpiresAtToShortenedUrl < ActiveRecord::Migration[4.2]
  # def change
  #   add_column :shortened_urls, :expires_at, :datetime
  # end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shortener-1.0.1 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-1.0.0 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-0.8.2 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-0.8.1 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-0.8.0 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-0.7.2 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb
shortener-0.7.1 spec/dummy/db/migrate/20150919033108_add_expires_at_to_shortened_url.rb