- gateway, companies, customers, job_seekers apps updated - users config/mod/mail handlers - auth middleware and jwt crate updates - db models: user, config, mod updates - all remaining migrations: portfolio, notifications, reviews, kb, support, coupons, onboarding states Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
126 B
SQL
3 lines
126 B
SQL
DROP INDEX IF EXISTS idx_reviews_customer_id;
|
|
DROP INDEX IF EXISTS idx_reviews_professional_id;
|
|
DROP TABLE IF EXISTS reviews;
|