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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 18:07:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 18:07:59 +0300
commit71c5863d7b1ca9836a7d7703f35750cd726a9846 (patch)
treef6d74be15157d527ffc648212df141293a36a330 /db/migrate/20200304085423_add_user_type.rb
parent39fa7d1eeb2dba52f0601128f3ac91f57d19866e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/migrate/20200304085423_add_user_type.rb')
-rw-r--r--db/migrate/20200304085423_add_user_type.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20200304085423_add_user_type.rb b/db/migrate/20200304085423_add_user_type.rb
index 68db44c6847..355a16897f4 100644
--- a/db/migrate/20200304085423_add_user_type.rb
+++ b/db/migrate/20200304085423_add_user_type.rb
@@ -5,8 +5,6 @@ class AddUserType < ActiveRecord::Migration[6.0]
DOWNTIME = false
- disable_ddl_transaction!
-
def up
with_lock_retries do
add_column :users, :user_type, :integer, limit: 2