From 79f3c8efb3625ffe83d7f3012646b29d73d2ea5c Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 26 Sep 2014 16:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20140922032830_change225_bid_data.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 db/migrate/20140922032830_change225_bid_data.rb diff --git a/db/migrate/20140922032830_change225_bid_data.rb b/db/migrate/20140922032830_change225_bid_data.rb deleted file mode 100644 index f41ec73c0..000000000 --- a/db/migrate/20140922032830_change225_bid_data.rb +++ /dev/null @@ -1,13 +0,0 @@ -class Change225BidData < ActiveRecord::Migration - def up - bid = Bid.find 225 - bid.proportion = 60 - bid.save - end - - def down - bid = Bid.find 225 - bid.proportion = 60 - bid.save - end -end