mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02:00
- Created a new table `sso_provider` with relevant fields and constraints. - Added new columns to the `user` table: `enableEnterpriseFeatures`, `licenseKey`, `isValidEnterpriseLicense`, and `trustedOrigins`. - Established foreign key relationships for `user_id` and `organization_id` in the `sso_provider` table.