fix(reminders): replace N+1 per-appointment queries with single JOIN query #306

Merged
groombook-engineer[bot] merged 2 commits from fix/gro-639-n-plus-one-v2 into dev 2026-04-17 10:45:17 +00:00
Showing only changes of commit 5df8837b5f - Show all commits
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
workflow_dispatch:
inputs:
ref: