Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20191218190253_add_tab_width_to_user_preferences.rb')
-rw-r--r--db/migrate/20191218190253_add_tab_width_to_user_preferences.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20191218190253_add_tab_width_to_user_preferences.rb b/db/migrate/20191218190253_add_tab_width_to_user_preferences.rb
deleted file mode 100644
index b03dd8f76b9..00000000000
--- a/db/migrate/20191218190253_add_tab_width_to_user_preferences.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class AddTabWidthToUserPreferences < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- def change
- add_column(:user_preferences, :tab_width, :integer, limit: 2)
- end
-end