Sha256: 399d59f2678da97f2359664f42a29a3e221ef27861899e198a424ac77d488d73
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
class RemoveRemoteExecutionWorkersPoolSize < ActiveRecord::Migration[6.1] def up Setting.find_by(:name => 'remote_execution_workers_pool_size')&.delete end def down end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-14.1.3 | db/migrate/20241126150849_remove_remote_execution_workers_pool_size.rb |