Skip to content

Commit

Permalink
Merge pull request #187 from Glutexo/add_configuration_script_source_…
Browse files Browse the repository at this point in the history
…last_update_stdout

Add configuration_script_sources.last_update_error
  • Loading branch information
Fryguy authored Jun 27, 2018
2 parents 431b14d + 7a5c1de commit 3d5c661
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 AddLastUpdateErrorToConfigurationScriptSource < ActiveRecord::Migration[5.0]
def change
add_column :configuration_script_sources, :last_update_error, :text
end
end

0 comments on commit 3d5c661

Please sign in to comment.