summaryrefslogtreecommitdiff
path: root/db/migrate/20160217174422_add_note_to_tasks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160217174422_add_note_to_tasks.rb')
-rw-r--r--db/migrate/20160217174422_add_note_to_tasks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160217174422_add_note_to_tasks.rb b/db/migrate/20160217174422_add_note_to_tasks.rb
index da5cb2e05db..a9a2b77e423 100644
--- a/db/migrate/20160217174422_add_note_to_tasks.rb
+++ b/db/migrate/20160217174422_add_note_to_tasks.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddNoteToTasks < ActiveRecord::Migration
def change
add_reference :tasks, :note, index: true