mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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:
2
apps/dokploy/drizzle/0094_true_marvel_zombies.sql
Normal file
2
apps/dokploy/drizzle/0094_true_marvel_zombies.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "rollback" ADD COLUMN "fullContext" jsonb;--> statement-breakpoint
|
||||
ALTER TABLE "rollback" DROP COLUMN "env";
|
||||
5813
apps/dokploy/drizzle/meta/0094_snapshot.json
Normal file
5813
apps/dokploy/drizzle/meta/0094_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user