Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Handle multiple beacon types in Certificate #1601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle multiple beacon types in Certificate #1601
Changes from all commits
c4247d7
eedd1fc
56945c4
bf29ebf
8e4e86a
70f5b3f
a64bfe6
4a236ac
6fafc98
953c2fd
366d2d0
b89485a
98c3df6
1a88774
55dd2cf
0e846be
a13e40f
222b815
4909480
eb704f3
ed0ebbd
d5d76d5
e1dff96
f6253bd
eeb1945
af1bea5
10c57e7
abf4ea7
ae52de9
168f8dc
a337be5
ecb2992
05b19c0
5c23b74
72dff9f
bddad64
924ba55
a87ff74
17d2e87
9ebc638
c628a95
92d877a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need an index on
signed_entity_type_id
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, we did no indexes on any of our foreign key columns whatever the table. If we changes stance on that maybe we should do that on a dedicated ticket ?