summaryrefslogtreecommitdiff
path: root/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb')
-rw-r--r--db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb b/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb
index 70e7272f7f3..a18b2f4974d 100644
--- a/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb
+++ b/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddDevelopersCanPushToProtectedBranches < ActiveRecord::Migration
def change
add_column :protected_branches, :developers_can_push, :boolean, default: false, null: false