Add forgotten migration
This commit is contained in:
parent
55e8ff481c
commit
b42672c06c
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddReplytoAndGroupidToMessages < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :messages, :reply_to, :integer
|
||||
add_column :messages, :group_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue