

7 changed files with 17 additions and 1 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
class AddCommentToInvites < ActiveRecord::Migration[5.2] |
||||
def change |
||||
add_column :invites, :comment, :text |
||||
end |
||||
end |
Loading…
Reference in new issue