mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
- Created a new "member_role" table to manage user roles with associated permissions. - Migrated existing roles from the deprecated "organization_role" table and updated member records accordingly. - Enhanced the "member" table by adding a foreign key reference to the new "member_role" table. - Updated SQL migration scripts to reflect changes in user and role management, ensuring data integrity and consistency.