diff options
Diffstat (limited to 'db/migrate/20150806104937_create_abuse_reports.rb')
-rw-r--r-- | db/migrate/20150806104937_create_abuse_reports.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/20150806104937_create_abuse_reports.rb b/db/migrate/20150806104937_create_abuse_reports.rb index 9f1512db862..52aed9e1d1d 100644 --- a/db/migrate/20150806104937_create_abuse_reports.rb +++ b/db/migrate/20150806104937_create_abuse_reports.rb @@ -1,5 +1,7 @@ # rubocop:disable all class CreateAbuseReports < ActiveRecord::Migration + DOWNTIME = false + def change create_table :abuse_reports do |t| t.integer :reporter_id |