summaryrefslogtreecommitdiff
path: root/db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb')
-rw-r--r--db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb b/db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb
deleted file mode 100644
index 567754d4f4e..00000000000
--- a/db/migrate/20160508221410_set_type_on_legacy_diff_notes.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class SetTypeOnLegacyDiffNotes < ActiveRecord::Migration[4.2]
- def change
- execute "UPDATE notes SET type = 'LegacyDiffNote' WHERE line_code IS NOT NULL"
- end
-end