mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Clarified that database migrations are supposed to work between releases
This commit is contained in:
parent
c1ac9e8a45
commit
c1dd145b81
|
|
@ -96,6 +96,8 @@ There is no plugin included for any service, see the reference implementation in
|
|||
### Database migrations
|
||||
Database schema migration is automatically done when visiting the root (`/`) route (click on the logo in the left upper edge).
|
||||
|
||||
_Please note: Database migrations are supposed to work between releases, not between every commit. If you want to run the current `master` branch (which is the development version), however, you need to handle that (and maybe more) yourself._
|
||||
|
||||
### Disable certain features
|
||||
If you don't use certain feature sets of grocy (for example if you don't need "Chores"), there are feature flags per major feature set to hide/disable the related UI elements (see `config-dist.php`)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user