mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:07:43 +08: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:
6
db/migrate/20130610201033_add_reply_key_to_email_logs.rb
Normal file
6
db/migrate/20130610201033_add_reply_key_to_email_logs.rb
Normal file
@ -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