mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
add: email message sended by html
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddEmailTitleToMessageTemplates < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :message_templates, :email_title, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user