aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/4_add_locale_to_banners.rb
blob: 11d553c7ae57f2614b400d955248356f98021acc (plain) (blame)
1
2
3
4
5
class AddLocaleToBanners < ActiveRecord::Migration
  def change
    add_column :refinery_banners, :locale, :string
  end
end