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:
Mauricio Siu
2025-06-21 21:21:29 -06:00
parent bf1026af7a
commit 98199e65bf
5 changed files with 5846 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ const baseApp: ApplicationNested = {
updateConfigSwarm: null,
username: null,
dockerContextPath: null,
limitRollback: 5,
rollbackActive: false,
};

View File

@@ -6,7 +6,6 @@ import { expect, test } from "vitest";
const baseApp: ApplicationNested = {
rollbackActive: false,
limitRollback: 5,
applicationId: "",
herokuVersion: "",
giteaRepository: "",