Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(database): make 'title' column nullable in projects table
- Add new migration to modify 'title' column - Allow NULL values for project titles - Resolve integrity constraint violation issue - Maintain backwards compatibility with existing data
- Loading branch information