Class: AddReceivedAtToJobs
- Inherits:
-
Debci::DB::LEGACY_MIGRATION
- Object
- AddReceivedAtToJobs
- Defined in:
- lib/debci/db/migrations/20260219000000_add_received_at_to_jobs.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/debci/db/migrations/20260219000000_add_received_at_to_jobs.rb', line 2 def change add_column :jobs, :received_at, :datetime, null: true end |