summaryrefslogtreecommitdiff
path: root/db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb')
-rw-r--r--db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb b/db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb
deleted file mode 100644
index 92d9025706f..00000000000
--- a/db/migrate/20201027211138_increase_default_diff_max_patch_bytes.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class IncreaseDefaultDiffMaxPatchBytes < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def change
- change_column_default(:application_settings, :diff_max_patch_bytes, from: 102400, to: 204800)
- end
-end