feat(db): Add favicon support and improve remote followers uniqueness constraint

- Add favicon_url column to nodes table for storing node instance favicons
- Replace actor_url unique constraint with composite unique index on (user_id, actor_url) in remote_followers table
- Update database schema and migration files to reflect new constraints
- Improve data integrity by ensuring remote followers are unique per user and actor combination
This commit is contained in:
Christomatt
2026-01-26 11:20:32 +01:00
parent a15933596c
commit 2fdcfce804
4 changed files with 3624 additions and 2 deletions
File diff suppressed because it is too large Load Diff