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
path: root/db
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-07-02 18:38:38 +0300
committerFabio Papa <fabtheman@gmail.com>2019-07-19 22:06:55 +0300
commitc22e87121e029bb79aa09f2d04010d738545c7f9 (patch)
tree87f6b8dd5e6caf2d35dbe6e3fa6ada4f37221a5d /db
parentf12636bfb338ae2ac70b7e8eb6e481beb1c28a4d (diff)
Apply recomended changes from merge coach
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20190626175626_add_group_creation_level_to_namespaces.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20190626175626_add_group_creation_level_to_namespaces.rb b/db/migrate/20190626175626_add_group_creation_level_to_namespaces.rb
index 867ec3b7c91..3b75c92e518 100644
--- a/db/migrate/20190626175626_add_group_creation_level_to_namespaces.rb
+++ b/db/migrate/20190626175626_add_group_creation_level_to_namespaces.rb
@@ -4,7 +4,6 @@ class AddGroupCreationLevelToNamespaces < ActiveRecord::Migration[5.1]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
- disable_ddl_transaction!
def up
add_column(:namespaces, :subgroup_creation_level, :integer)