diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/4_add_locale_to_banners.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/4_add_locale_to_banners.rb b/db/migrate/4_add_locale_to_banners.rb new file mode 100644 index 0000000..11d553c --- /dev/null +++ b/db/migrate/4_add_locale_to_banners.rb @@ -0,0 +1,5 @@ +class AddLocaleToBanners < ActiveRecord::Migration + def change + add_column :refinery_banners, :locale, :string + end +end
\ No newline at end of file |