summaryrefslogtreecommitdiff
path: root/db/migrate/20170816143940_add_protected_to_ci_pipelines.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170816143940_add_protected_to_ci_pipelines.rb')
-rw-r--r--db/migrate/20170816143940_add_protected_to_ci_pipelines.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/migrate/20170816143940_add_protected_to_ci_pipelines.rb b/db/migrate/20170816143940_add_protected_to_ci_pipelines.rb
deleted file mode 100644
index aefaf4a487b..00000000000
--- a/db/migrate/20170816143940_add_protected_to_ci_pipelines.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class AddProtectedToCiPipelines < ActiveRecord::Migration[4.2]
- DOWNTIME = false
-
- def change
- add_column :ci_pipelines, :protected, :boolean
- end
-end