summaryrefslogtreecommitdiff
path: root/db/migrate/20170427103502_create_web_hook_logs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170427103502_create_web_hook_logs.rb')
-rw-r--r--db/migrate/20170427103502_create_web_hook_logs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170427103502_create_web_hook_logs.rb b/db/migrate/20170427103502_create_web_hook_logs.rb
index 3643c52180c..a7a061e7bae 100644
--- a/db/migrate/20170427103502_create_web_hook_logs.rb
+++ b/db/migrate/20170427103502_create_web_hook_logs.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class CreateWebHookLogs < ActiveRecord::Migration
+class CreateWebHookLogs < ActiveRecord::Migration[4.2]
DOWNTIME = false
def change