Class: AddAutopkgtestToJobs

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

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/debci/db/migrations/20260220000000_add_autopkgtest_to_jobs.rb', line 2

def change
  add_column :jobs, :autopkgtest, :string, null: true
end