summaryrefslogtreecommitdiff
path: root/db/migrate/20170521184006_add_change_position_to_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170521184006_add_change_position_to_notes.rb')
-rw-r--r--db/migrate/20170521184006_add_change_position_to_notes.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20170521184006_add_change_position_to_notes.rb b/db/migrate/20170521184006_add_change_position_to_notes.rb
deleted file mode 100644
index f0ca3a2a9ea..00000000000
--- a/db/migrate/20170521184006_add_change_position_to_notes.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddChangePositionToNotes < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- # Set this constant to true if this migration requires downtime.
- DOWNTIME = false
-
- def change
- add_column :notes, :change_position, :text
- end
-end