Some checks failed
Deploy to Production / deploy (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
149 B
SQL
5 lines
149 B
SQL
-- Migration 091 — Add guest_email to reviews (for QR anonymous reviews)
|
|
|
|
ALTER TABLE reviews
|
|
ADD COLUMN IF NOT EXISTS guest_email VARCHAR(255);
|