X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ae4487921350e141efed42fdf7cd3fd70d72bc97..424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493:/db/migrate/20160822153055_create_issues_and_reports.rb diff --git a/db/migrate/20160822153055_create_issues_and_reports.rb b/db/migrate/20160822153055_create_issues_and_reports.rb index 4361c9528..ce2374c31 100644 --- a/db/migrate/20160822153055_create_issues_and_reports.rb +++ b/db/migrate/20160822153055_create_issues_and_reports.rb @@ -3,7 +3,7 @@ class CreateIssuesAndReports < ActiveRecord::Migration[5.0] create_table :issues do |t| t.string :reportable_type, :null => false t.integer :reportable_id, :null => false - t.integer :reported_user_id, :null => false + t.integer :reported_user_id t.integer :status t.column :assigned_role, :user_role_enum, :null => false t.datetime :resolved_at