mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-25 07:45:22 +02:00
refactor: remove limitRollback property and add rollback table schema
- Removed the limitRollback property from the baseApp configuration in drop.test.test.ts and traefik.test.ts files. - Introduced a new SQL file to create a rollback table with relevant fields and constraints. - Updated the journal and snapshot files to reflect the new rollback schema changes.
This commit is contained in:
@@ -121,7 +121,6 @@ const baseApp: ApplicationNested = {
|
||||
updateConfigSwarm: null,
|
||||
username: null,
|
||||
dockerContextPath: null,
|
||||
limitRollback: 5,
|
||||
rollbackActive: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user