adds moderator_id to comments
This commit is contained in:
5
db/migrate/20150824111844_add_moderator_id_to_comment.rb
Normal file
5
db/migrate/20150824111844_add_moderator_id_to_comment.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddModeratorIdToComment < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :comments, :moderator_id, :integer, default: nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user