Class: AddReceivedAtToJobs

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

Instance Method Summary collapse

Instance Method Details

#changeObject



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