parent
ce9dc71211
commit
29cf900c99
@ -0,0 +1,8 @@
|
||||
class ModifyExecTimeForShixun < ActiveRecord::Migration
|
||||
def up
|
||||
change_column(:shixuns, :exec_time, :integer, :default => 20)
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in new issue