[fixe #3974] add message for invite mail

This commit is contained in:
pedong 2019-07-17 18:41:07 +02:00
parent 75f286a183
commit 0f957ec77b
5 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class AddMessageToInvites < ActiveRecord::Migration[5.2]
def change
add_column :invites, :message, :text
end
end