dokploy/apps
Mauricio Siu 549b124fcd feat(database): add managed_server table and associated constraints
- Introduced a new SQL migration file "0167_dizzy_solo.sql" to create the "managed_server" table with relevant columns and a custom ENUM type for server status.
- Added foreign key constraints linking "organizationId" to the "organization" table and "serverId" to the "server" table, enhancing data integrity.
- Updated journal and snapshot metadata to reflect the new migration.
2026-05-13 01:25:40 -06:00
..
api fix: update import statements to include file extensions for consistency 2026-03-03 15:35:37 -06:00
dokploy feat(database): add managed_server table and associated constraints 2026-05-13 01:25:40 -06:00
monitoring fix: enhance container metrics query to support wildcard matching for container names 2026-03-08 16:16:45 -06:00
schedules [autofix.ci] apply automated fixes 2026-04-12 20:00:08 +00:00