Skip to content

Commit

Permalink
Merge pull request #151 from mitre/new_depends_fields
Browse files Browse the repository at this point in the history
new depends fields
  • Loading branch information
Robert Clark committed Sep 8, 2020
2 parents af6c487 + 47552c0 commit 502f7da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrate/20200819190308_add_fields_to_depends.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AddFieldsToDepends < ActiveRecord::Migration[5.2]
def change
add_column :depends, :skip_message, :string
add_column :depends, :compliance, :string
add_column :depends, :supermarket, :string
end
end

0 comments on commit 502f7da

Please sign in to comment.