Skip to content

Commit

Permalink
Add last_updated_on to configuration_script_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mimodian committed Feb 19, 2018
1 parent 3ca45ff commit 8896824
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 8896824

Please sign in to comment.