aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/5_add_category_to_banners.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/5_add_category_to_banners.rb')
-rw-r--r--db/migrate/5_add_category_to_banners.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/5_add_category_to_banners.rb b/db/migrate/5_add_category_to_banners.rb
new file mode 100644
index 0000000..6975c89
--- /dev/null
+++ b/db/migrate/5_add_category_to_banners.rb
@@ -0,0 +1,5 @@
+class AddCategoryToBanners < ActiveRecord::Migration
+ def change
+ add_column :refinery_banners, :category, :string
+ end
+end