删除错误迁移文件
This commit is contained in:
parent
2542dd5592
commit
79f3c8efb3
|
@ -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
|
|
Loading…
Reference in New Issue