-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add an update command #997
Conversation
Codecov Report
@@ Coverage Diff @@
## master #997 +/- ##
==========================================
+ Coverage 38% 38.3% +0.4%
Complexity 11 11
==========================================
Files 193 195 +2
Lines 5119 5173 +54
==========================================
+ Hits 1941 1979 +38
- Misses 3178 3194 +16
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there |
Add a
php artisan monica:update
to handle every commands to run when upgrading from a version to another.Checklist
Before submitting the PR
Code-related tasks
If the code changes the SQL schema
vCard
and.csv
files.Other tasks
UNRELEASED
.[wip]
in the title of the PR it is is not final yet. Remove[wip]
when ready. Otherwise the PR will be considered complete and rejected if it's not working.