1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

feat(cache): default to off [EE-6293] (#10867)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-12-19 12:13:44 +13:00 committed by GitHub
parent 5f1f797281
commit e84dd27e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 24 deletions

View file

@ -230,7 +230,6 @@ func (m *Migrator) initMigrations() {
)
m.addMigrations("2.20",
m.updateAppTemplatesVersionForDB110,
m.setUserCacheForDB110,
)
// Add new migrations below...