aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb
blob: 4a4c8d97dc34f94c73e60eaf1162dd8cb13e1fdf (plain) (blame)
1
2
3
4
5
6
# This migration comes from refinery_banners (originally 4)
class AddLocaleToBanners < ActiveRecord::Migration
  def change
    add_column :refinery_banners, :locale, :string
  end
end