diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-04 22:36:11 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-04 22:36:11 +0100 |
commit | f01295a651ae8172823ce58031492d0b6d5220e7 (patch) | |
tree | f0ad16614885eb197ca2bb58321757089d8b2432 /db | |
parent | f7cbfe1d9133f1641b831695d646bc9b85de65bb (diff) | |
download | gitlab-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.rb | 2 |
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 |