-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable13] Emit event when running ./occ db:add-missing-indices #9620
Conversation
@@ -1,4 +1,5 @@ | |||
<?php | |||
declare(strict_types=1); |
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.
Shouldn't stable13 be compatible with php5.6? Does this line work for that?
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.
yes you are right... Let me fix that
This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
b2c610d
to
dd5995a
Compare
Codecov Report
@@ Coverage Diff @@
## stable13 #9620 +/- ##
==============================================
- Coverage 50.87% 50.87% -0.01%
Complexity 25097 25097
==============================================
Files 1547 1547
Lines 87718 87723 +5
==============================================
Hits 44628 44628
- Misses 43090 43095 +5
|
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.
LGTM
Backport of #9576