f3fbd3f
fix(notifications): driver-aware ensureSchema for push subscriptions - AUTOINCREMENT is SQLite-only and made the hourly notification sweep log a schema error on MySQL/MariaDB; use AUTO_INCREMENT id + SHOW COLUMNS introspection on mysql (mirrors SchemaManager canonical table), keep PRAGMA path for sqlite, hasColumn() fails safe to avoid destructive ALTER
2026-08-05T05:18:11+00:00
Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>