mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: show raw email for replies/topics created via email
This commit is contained in:
5
db/migrate/20141015060145_add_raw_email_to_posts.rb
Normal file
5
db/migrate/20141015060145_add_raw_email_to_posts.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddRawEmailToPosts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :posts, :raw_email, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user