zy: add new column to micro_posts
This commit is contained in:
parent
b42036399e
commit
11410f9b86
|
@ -0,0 +1,5 @@
|
|||
class AddEngagedPeopleNamesToMicroPosts < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :micro_posts, :engaged_people_names, :text
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue