You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/db/migrate/20190906025445_mofidy_platf...

14 lines
775 B

5 years ago
class MofidyPlatfromForShixuns < ActiveRecord::Migration[5.2]
def change
ps = PlatformSample.find_by(samples_type: 'introduction')
5 years ago
ps.update_column(:contents, '[comment]: <> (.Java)
5 years ago
Linked ListArray
Java线
![](/api/attachments/382806)')
end
end