Skip to content

Commit

Permalink
Add app_guid to SidecarProcessTypes
Browse files Browse the repository at this point in the history
[#164583682]

Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: Tim Downey <[email protected]>
  • Loading branch information
tcdowney and Andy Brown committed Mar 26, 2019
1 parent 0e35888 commit 0f56687
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table(:sidecar_process_types) do
add_column :app_guid, String, size: 255, null: false, index: { name: :sidecar_process_types_app_guid_index }
end
end
end

0 comments on commit 0f56687

Please sign in to comment.