Skip to content

Commit

Permalink
Merge pull request #86 from israel-hdez/HAWKULAR-1249
Browse files Browse the repository at this point in the history
Add columns for mw domain entities in event streams table
  • Loading branch information
Fryguy authored Oct 11, 2017
2 parents c307131 + a38292f commit 32f1506
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddMiddlewareDomainToEventStreams < ActiveRecord::Migration[5.0]
def change
add_column :event_streams, :middleware_domain_id, :bigint
add_column :event_streams, :middleware_domain_name, :string
end
end
2 changes: 2 additions & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,8 @@ event_streams:
- generating_ems_id
- physical_server_id
- ems_ref
- middleware_domain_id
- middleware_domain_name
ext_management_systems:
- id
- name
Expand Down

0 comments on commit 32f1506

Please sign in to comment.