mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
FEATURE: resending invite should include original custom message
https://meta.discourse.org/t/will-resent-invite-include-original-custom-message/64699
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCustomMessageToInvite < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :invites, :custom_message, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user