summaryrefslogtreecommitdiff
path: root/db/migrate/20170816234252_add_theme_id_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170816234252_add_theme_id_to_users.rb')
-rw-r--r--db/migrate/20170816234252_add_theme_id_to_users.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrate/20170816234252_add_theme_id_to_users.rb b/db/migrate/20170816234252_add_theme_id_to_users.rb
deleted file mode 100644
index bd04445cac6..00000000000
--- a/db/migrate/20170816234252_add_theme_id_to_users.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddThemeIdToUsers < ActiveRecord::Migration[4.2]
- DOWNTIME = false
-
- def change
- add_column :users, :theme_id, :integer, limit: 2
- end
-end