Skip to content

Commit

Permalink
Add user_id,group_id,tenant_id to EventStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Oct 16, 2017
1 parent 027e309 commit 28ed745
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrate/20171016192352_add_user_to_event_stream.rb
@@ -0,0 +1,7 @@
class AddUserToEventStream < ActiveRecord::Migration[5.0]
def change
add_column :event_streams, :user_id, :bigint
add_column :event_streams, :group_id, :bigint
add_column :event_streams, :tenant_id, :bigint
end
end
3 changes: 3 additions & 0 deletions db/schema.yml
Expand Up @@ -1253,6 +1253,9 @@ event_streams:
- ems_ref
- middleware_domain_id
- middleware_domain_name
- user_id
- group_id
- tenant_id
ext_management_systems:
- id
- name
Expand Down

0 comments on commit 28ed745

Please sign in to comment.