aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/1_create_banners_banners.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-07-03 15:37:29 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-07-03 15:55:03 +0200
commit4107bc866b5a26254b315afb8c3102ce739a1ead (patch)
tree231dc129a5ad587dd556b6f9b0b7dc44f43a49d7 /db/migrate/1_create_banners_banners.rb
parent6b196003cf968a8ec9670e217478e99d42b6840c (diff)
downloadrefinerycms-pc_banners-4107bc866b5a26254b315afb8c3102ce739a1ead.tar.gz
refinerycms-pc_banners-4107bc866b5a26254b315afb8c3102ce739a1ead.tar.bz2
refinerycms-pc_banners-4107bc866b5a26254b315afb8c3102ce739a1ead.zip
Undo changes in original migration.
Changing the initial migration makes it nontrivial to upgrade to a newer version of the extension for apps where it's already installed. Don't do that!
Diffstat (limited to 'db/migrate/1_create_banners_banners.rb')
-rw-r--r--db/migrate/1_create_banners_banners.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/1_create_banners_banners.rb b/db/migrate/1_create_banners_banners.rb
index f815020..f9e350a 100644
--- a/db/migrate/1_create_banners_banners.rb
+++ b/db/migrate/1_create_banners_banners.rb
@@ -11,8 +11,6 @@ class CreateBannersBanners < ActiveRecord::Migration
t.date :start_date
t.date :expiry_date
t.integer :position
- t.string :category
- t.text :body
t.timestamps
end