Skip to content

Commit

Permalink
MODFQMMGR-480 Make tenant_id fields ECS-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mweaver-ebsco committed Sep 25, 2024
1 parent ada3d35 commit ada68e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
type: 'fqm',
name: 'tenant_id'
},
ecsOnly: false,
ecsOnly: true,
},
{
name: 'jsonb',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
type: 'fqm',
name: 'tenant_id',
},
ecsOnly: false,
ecsOnly: true,
},
{
name: 'jsonb',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@
type: 'fqm',
name: 'tenant_id'
},
ecsOnly: false,
ecsOnly: true,
},
{
name: 'jsonb',
Expand Down

0 comments on commit ada68e6

Please sign in to comment.