Class: IndexJobsRequestorId
- Inherits:
-
Debci::DB::LEGACY_MIGRATION
- Object
- IndexJobsRequestorId
- Defined in:
- lib/debci/db/migrations/20210627000000_index_jobs_requestor_id.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/debci/db/migrations/20210627000000_index_jobs_requestor_id.rb', line 2 def change add_index :jobs, :requestor_id end |