summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-04 22:36:11 +0100
committerRémy Coutable <remy@rymai.me>2018-01-04 22:36:11 +0100
commitf01295a651ae8172823ce58031492d0b6d5220e7 (patch)
treef0ad16614885eb197ca2bb58321757089d8b2432 /db
parentf7cbfe1d9133f1641b831695d646bc9b85de65bb (diff)
downloadgitlab-ce-f01295a651ae8172823ce58031492d0b6d5220e7.tar.gz
Ignore the Migration/Datetime cop in a migration that fix a column type to datetime_with_timezone
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb b/db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb
index be18c5866ae..eeecc7b1de0 100644
--- a/db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb
+++ b/db/post_migrate/20171221140220_schedule_issues_closed_at_type_change.rb
@@ -1,6 +1,6 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-
+# rubocop:disable Migration/Datetime
class ScheduleIssuesClosedAtTypeChange < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers