summaryrefslogtreecommitdiff
path: root/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb')
-rw-r--r--db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb b/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
index be30e881c74..78d45c7f96b 100644
--- a/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
+++ b/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
@@ -1,4 +1,3 @@
-# rubocop:disable all
class AddUpdatedByToIssuablesAndNotes < ActiveRecord::Migration
def change
add_column :notes, :updated_by_id, :integer