Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(database): add unique constraint on workspace subdomain
Added a unique constraint to the "subdomain" column in the workspace entity to ensure no duplicate subdomains exist in the database. Included a TypeORM migration script to enforce this change at the database level.
- Loading branch information