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, 1 insertions, 0 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 78d45c7f96b..be30e881c74 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,3 +1,4 @@
+# rubocop:disable all
class AddUpdatedByToIssuablesAndNotes < ActiveRecord::Migration
def change
add_column :notes, :updated_by_id, :integer