feat: guest email field on QR review form for reply
Some checks failed
Deploy to Production / deploy (push) Has been cancelled
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:
4
backend/migrations/091_reviews_guest_email.sql
Normal file
4
backend/migrations/091_reviews_guest_email.sql
Normal 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);
|
||||
Reference in New Issue
Block a user