Skip to content

Commit

Permalink
Add physical_switch_id and physical_chassis_id column to event stream…
Browse files Browse the repository at this point in the history
… table
  • Loading branch information
felipedf committed Jul 5, 2018
1 parent 3bee538 commit 9723d10
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddChassisAndSwitchToEventStream < ActiveRecord::Migration[5.0]
def change
add_column :event_streams, :physical_chassis_id, :bigint
add_column :event_streams, :physical_switch_id, :bigint
end
end

0 comments on commit 9723d10

Please sign in to comment.