Sha256: c7c6ab2f55855d7382c4e21d93c3461e495961247ea2c7df35d507c4d113ce4b

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

class AddCategoryToShortenedUrl < ActiveRecord::Migration[4.2]
  # def change
  #   add_column :shortened_urls, :category, :string
  #   add_index :shortened_urls, :category
  # end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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