Commit b8abe0c9 authored by Dylan Griffith's avatar Dylan Griffith

Remove unnecessary disable transaction in add_ci_runner_namespaces

parent dd74237d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment