Spaces:
Build error
Build error
File size: 188 Bytes
def1299 |
1 2 3 4 5 6 7 |
class AddStartedAtToSubmission < ActiveRecord::Migration[5.2]
def change
add_column :submissions, :started_at, :datetime
add_column :submissions, :queued_at, :datetime
end
end
|