docs: Update CHANGELOG with complete v1.0.1 fixes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,11 +12,17 @@ All notable changes to this project will be documented in this file.
|
||||
- **Groups:** Fixed ambiguous column references in subqueries
|
||||
- **Attachments:** Removed non-existent `url` and `deletedAt` columns
|
||||
- **Attachments:** Changed delete to hard delete (no soft delete support)
|
||||
- **Auth:** Use `suspendedAt IS NOT NULL` for suspended count, return `role` instead of `isAdmin`
|
||||
- **Comments:** Use `role='admin'` for admin user queries
|
||||
- **Documents:** Use `suspendedAt IS NULL` for active user checks
|
||||
- **Events:** Return `actorRole` instead of `actorIsAdmin`
|
||||
- **Shares:** Use `role='admin'` for admin user queries
|
||||
|
||||
### Changed
|
||||
|
||||
- Users suspend/activate now use `suspendedAt` column instead of boolean
|
||||
- Groups member count uses correct join without deletedAt filter
|
||||
- All modules validated against Outline v0.78 PostgreSQL schema
|
||||
|
||||
## [1.0.0] - 2026-01-31
|
||||
|
||||
|
||||
Reference in New Issue
Block a user