aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb')
-rw-r--r--db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb b/db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb
new file mode 100644
index 0000000..4a4c8d9
--- /dev/null
+++ b/db/migrate/20151114112243_add_locale_to_banners.refinery_banners.rb
@@ -0,0 +1,6 @@
+# This migration comes from refinery_banners (originally 4)
+class AddLocaleToBanners < ActiveRecord::Migration
+ def change
+ add_column :refinery_banners, :locale, :string
+ end
+end \ No newline at end of file