mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
Work in Progress: Reply By Email:
- Add support classes and settings to enable reply by email - Split out Email builder to be more OO, add many specs
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddReplyKeyToEmailLogs < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :email_logs, :reply_key, :string, limit: 32
|
||||
add_index :email_logs, :reply_key
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user