Skip to content

Commit

Permalink
Merge pull request #561 from lpichler/add_last_perf_capture_on_contai…
Browse files Browse the repository at this point in the history
…ner_image

Add last_perf_capture_on to container images

(cherry picked from commit 01e35af)
  • Loading branch information
Fryguy committed Mar 12, 2021
1 parent 94ccf53 commit 60b9bb8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddLastPerfCaptureOnToContainerImages < ActiveRecord::Migration[6.0]
def change
add_column :container_images, :last_perf_capture_on, :datetime
end
end

0 comments on commit 60b9bb8

Please sign in to comment.