Add invite comments (#10465)
parent
867b9f3e9c
commit
f17b0ff712
@ -0,0 +1,5 @@
|
||||
class AddCommentToInvites < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :invites, :comment, :text
|
||||
end
|
||||
end
|
Loading…
Reference in new issue