Skip to content

Commit f22dc59

Browse files
authored
Merge pull request #58 from amatsuda/add_message_id_header_and_parent_id_to_message
add_message_id_header_and_parent_id_to_message
2 parents 80eae80 + 1571fd0 commit f22dc59

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class AddMessageIdHeaderAndParentIdToMessage < ActiveRecord::Migration[7.1]
2+
def change
3+
add_column :messages, :message_id_header, :string
4+
add_column :messages, :parent_id, :integer
5+
end
6+
end

db/schema.rb

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)