canvas-lms/db/migrate/20150119204052_add_started_...

8 lines
150 B
Ruby

class AddStartedAtToSisBatches < ActiveRecord::Migration
tag :predeploy
def change
add_column :sis_batches, :started_at, :datetime
end
end