mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: make less aggressive cleanups
This commit is contained in:
3
apps/dokploy/drizzle/0060_disable-aggressive-cache.sql
Normal file
3
apps/dokploy/drizzle/0060_disable-aggressive-cache.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Custom SQL migration file, put you code below!
|
||||
|
||||
UPDATE "admin" SET "cleanupCacheApplications" = false;
|
||||
4341
apps/dokploy/drizzle/meta/0060_snapshot.json
Normal file
4341
apps/dokploy/drizzle/meta/0060_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -421,6 +421,13 @@
|
||||
"when": 1737615160768,
|
||||
"tag": "0059_striped_bill_hollister",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 60,
|
||||
"version": "6",
|
||||
"when": 1737929896838,
|
||||
"tag": "0060_disable-aggressive-cache",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user