Implement a migration mechanism to handle internal stuff which need to occur during application upgrade.
Remove VectorFileLogger, it was dead code.
This commit is contained in:
parent
5fc95f56ab
commit
f6b5b8419b
25 changed files with 671 additions and 254 deletions
|
|
@ -219,6 +219,7 @@ dependencies {
|
|||
allServicesImpl()
|
||||
allFeaturesImpl(rootDir, logger)
|
||||
implementation(projects.features.call)
|
||||
implementation(projects.features.migration.api)
|
||||
implementation(projects.anvilannotations)
|
||||
implementation(projects.appnav)
|
||||
implementation(projects.appconfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue