Add invite comments (#10465)
This commit is contained in:
parent
9b6a5ed109
commit
cb62a83a71
7 changed files with 17 additions and 1 deletions
5
db/migrate/20190403141604_add_comment_to_invites.rb
Normal file
5
db/migrate/20190403141604_add_comment_to_invites.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddCommentToInvites < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :invites, :comment, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue