feat: guest email field on QR review form for reply
Some checks failed
Deploy to Production / deploy (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 17:43:49 +03:00
parent 8ab71b1e45
commit 9bda48c020
5 changed files with 41 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
-- Migration 091 — Add guest_email to reviews (for QR anonymous reviews)
ALTER TABLE reviews
ADD COLUMN IF NOT EXISTS guest_email VARCHAR(255);