summaryrefslogtreecommitdiff
path: root/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb')
-rw-r--r--db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb b/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb
index 32b271c472a..228841a14a0 100644
--- a/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb
+++ b/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class FillEmptyFinishedAtInDeployments < ActiveRecord::Migration
+class FillEmptyFinishedAtInDeployments < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false