summaryrefslogtreecommitdiff
path: root/db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb')
-rw-r--r--db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb b/db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb
deleted file mode 100644
index 026fa0d7043..00000000000
--- a/db/migrate/20210610102410_add_protected_attribute_to_pending_builds.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class AddProtectedAttributeToPendingBuilds < ActiveRecord::Migration[6.1]
- def change
- add_column :ci_pending_builds, :protected, :boolean, null: false, default: false
- end
-end