parent
8688c03aee
commit
d9fe607c5b
|
@ -0,0 +1,13 @@
|
|||
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
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20140916005319) do
|
||||
ActiveRecord::Schema.define(:version => 20140922032830) do
|
||||
|
||||
create_table "activities", :force => true do |t|
|
||||
t.integer "act_id", :null => false
|
||||
|
|
Loading…
Reference in New Issue