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