parent
64cfcaaefb
commit
40866dd700
@ -0,0 +1,5 @@ |
||||
class RemoveWorkPackagesDurationFieldActiveSetting < ActiveRecord::Migration[7.0] |
||||
def change |
||||
Setting.where(name: 'work_packages_duration_field_active').destroy_all |
||||
end |
||||
end |
Loading…
Reference in new issue