Class: IndexJobsPackageId

Inherits:
Debci::DB::LEGACY_MIGRATION
  • Object
show all
Defined in:
lib/debci/db/migrations/20210626000001_index_jobs_package_id.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/debci/db/migrations/20210626000001_index_jobs_package_id.rb', line 2

def change
  add_index :jobs, :package_id
end