mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
- Introduced a new ENUM type "networkDriver" and created the "network" table with various attributes for network management. - Added "networkIds" column to multiple existing tables (application, compose, mariadb, mongo, mysql, postgres, redis) to support network associations. - Established foreign key constraints for "organizationId" and "serverId" in the "network" table to ensure referential integrity. - Updated migration journal and added a new snapshot for version 0166 to reflect these changes.