fix: rename existing system categories to PascalCase-with-dashes via migration

Migration 0007 converts all scope='system' category names in-place
(e.g. "invoices" → "Invoices", "vendor-invoices" → "Vendor-Invoices").

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-18 22:33:16 +02:00
parent 1c8b35399c
commit fcfc06cda9
2 changed files with 45 additions and 0 deletions
+1
View File
@@ -117,6 +117,7 @@ Unique constraint: `(document_id, group_id)`
| `0004` | `add_document_shares` |
| `0005` | `add_share_can_delete` |
| `0006` | `add_category_scope` |
| `0007` | `capitalize_system_category_names` |
---