Skip to content

Commit

Permalink
Merge pull request ManageIQ#172 from jameswnl/repo-update-time
Browse files Browse the repository at this point in the history
Add last_updated_on to configuration_script_sources
  • Loading branch information
Fryguy authored Feb 26, 2018
2 parents 618987e + 8896824 commit 002725a
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 AddLastUpdatedOnToConfigurationScriptSource < ActiveRecord::Migration[5.0]
def change
add_column :configuration_script_sources, :last_updated_on, :timestamp
end
end

0 comments on commit 002725a

Please sign in to comment.