mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FEATURE: sendgrid webhooks
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
class AddMessageIdToEmailLogs < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :email_logs, :message_id, :string
|
||||
add_index :email_logs, :message_id
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user