mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-09 07:55:25 +02:00
feat: add appName field to volume_backup schema and enhance deployment volume backup functionality
- Introduced a new appName column in the volume_backup table to improve application identification. - Updated the volume backup schema to ensure appName is a required field. - Enhanced the deployment service to support volume backup creation, integrating appName into the deployment process. - Added validation for volume backup creation to ensure proper handling of appName and related data.
This commit is contained in:
1
apps/dokploy/drizzle/0107_brief_the_fallen.sql
Normal file
1
apps/dokploy/drizzle/0107_brief_the_fallen.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "volume_backup" ADD COLUMN "appName" text NOT NULL;
|
||||
6092
apps/dokploy/drizzle/meta/0107_snapshot.json
Normal file
6092
apps/dokploy/drizzle/meta/0107_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -750,6 +750,13 @@
|
||||
"when": 1751260111986,
|
||||
"tag": "0106_furry_gargoyle",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 107,
|
||||
"version": "7",
|
||||
"when": 1751260608863,
|
||||
"tag": "0107_brief_the_fallen",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user