summaryrefslogtreecommitdiff
path: root/db/migrate/20190912223232_add_role_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20190912223232_add_role_to_users.rb')
-rw-r--r--db/migrate/20190912223232_add_role_to_users.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/migrate/20190912223232_add_role_to_users.rb b/db/migrate/20190912223232_add_role_to_users.rb
deleted file mode 100644
index a6405ab896d..00000000000
--- a/db/migrate/20190912223232_add_role_to_users.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddRoleToUsers < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- def change
- add_column :users, :role, :smallint # rubocop:disable Migration/AddColumnsToWideTables
- end
-end