feat: add fullContext column to rollback table and update related functionality

- Introduced a new "fullContext" JSONB column in the "rollback" table to store additional context for rollbacks.
- Removed the "env" column from the "rollback" table to streamline data management.
- Updated the rollbacks service to handle the new "fullContext" field during rollback creation.
- Adjusted the application service to eliminate environment variable handling in rollback operations.
This commit is contained in:
Mauricio Siu
2025-06-02 21:02:17 -06:00
parent 4966bbeb73
commit f8baf6fe41
6 changed files with 5836 additions and 25 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "rollback" ADD COLUMN "fullContext" jsonb;--> statement-breakpoint
ALTER TABLE "rollback" DROP COLUMN "env";

File diff suppressed because it is too large Load Diff

View File

@@ -659,6 +659,13 @@
"when": 1748835784658,
"tag": "0093_funny_leper_queen",
"breakpoints": true
},
{
"idx": 94,
"version": "7",
"when": 1748918922255,
"tag": "0094_true_marvel_zombies",
"breakpoints": true
}
]
}