summaryrefslogtreecommitdiff
path: root/db/migrate/20160109054846_create_spam_logs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160109054846_create_spam_logs.rb')
-rw-r--r--db/migrate/20160109054846_create_spam_logs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160109054846_create_spam_logs.rb b/db/migrate/20160109054846_create_spam_logs.rb
index f7103276639..dc97d03f7ff 100644
--- a/db/migrate/20160109054846_create_spam_logs.rb
+++ b/db/migrate/20160109054846_create_spam_logs.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class CreateSpamLogs < ActiveRecord::Migration
+class CreateSpamLogs < ActiveRecord::Migration[4.2]
def change
create_table :spam_logs do |t|
t.integer :user_id