mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-29 03:01:43 -04:00
- Add FOREIGN KEY on UserId -> Users.Id with ON DELETE CASCADE (both in fresh schema and migration) - Reject push token registration when auth is disabled (UserId would be null, violating NOT NULL constraint) - Add $belongsTo association to User in Notification model Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>