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:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-03 18:09:16 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-03 18:09:16 +0300
commitb8abe0c980d12a48dc7b25cb8f3d560b89b5dcd2 (patch)
tree270e41110c405a8cebcb8859d86ae6c1e85a803a
parentdd74237ddc8bef97e45757caf2e91f157e7dd7d2 (diff)
Remove unnecessary disable transaction in add_ci_runner_namespaces
-rw-r--r--db/migrate/20170301101006_add_ci_runner_namespaces.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20170301101006_add_ci_runner_namespaces.rb b/db/migrate/20170301101006_add_ci_runner_namespaces.rb
index 7e7df2f4d22..deaf03e928b 100644
--- a/db/migrate/20170301101006_add_ci_runner_namespaces.rb
+++ b/db/migrate/20170301101006_add_ci_runner_namespaces.rb
@@ -3,8 +3,6 @@ class AddCiRunnerNamespaces < ActiveRecord::Migration
DOWNTIME = false
- disable_ddl_transaction!
-
def change
create_table :ci_runner_namespaces do |t|
t.integer :runner_id