Something went wrong while fetching comments. Please try again.
Add new jsonb column to store settings for default branch protection
Compare changes
Files
6- Michael Becker authored
@@ -3,6 +3,5 @@
@@ -3,6 +3,5 @@
add_column :application_settings, :default_branch_protection_defaults, :jsonb, null: false, default: {}
add_column :namespaces, :default_branch_protection_defaults, :jsonb, null: false, default: {} # rubocop:disable Migration/AddColumnsToWideTables