X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb78544d05fc3539e672d029b37e6e37bf9a610a..f72c34aaf85b736a2d4b880886ca84f490b28ba0:/db/migrate/20150516073616_create_issues_and_reports.rb diff --git a/db/migrate/20150516073616_create_issues_and_reports.rb b/db/migrate/20150516073616_create_issues_and_reports.rb index 153dbd690..709754dbf 100644 --- a/db/migrate/20150516073616_create_issues_and_reports.rb +++ b/db/migrate/20150516073616_create_issues_and_reports.rb @@ -7,10 +7,12 @@ class CreateIssuesAndReports < ActiveRecord::Migration t.integer :reportable_id, :null => false t.integer :reported_user_id, :null => false t.integer :status + t.string :issue_type t.datetime :resolved_at t.integer :resolved_by t.datetime :created_at t.datetime :updated_at + t.integer :updated_by t.timestamps null: false end