add migration that should have been part of 38d2707946

pull/8586/head
ulferts 4 years ago
parent 8d2da3f6d8
commit f2f8295139
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 8
      db/migrate/20200820140526_remove_summable_setting.rb

@ -0,0 +1,8 @@
class RemoveSummableSetting < ActiveRecord::Migration[6.0]
# Do not need a down migration as we simply fall back on the default settings
def up
execute <<~SQL
DELETE FROM settings WHERE name = 'work_package_list_summable_columns'
SQL
end
end
Loading…
Cancel
Save