parent
94a4c0037a
commit
bdc38014ac
@ -0,0 +1,10 @@
|
||||
#encoding=UTF-8
|
||||
class ChangeDataForCourses < ActiveRecord::Migration
|
||||
def up
|
||||
sql = "UPDATE courses set school_id = 117 where id =58"
|
||||
execute(sql)
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in new issue