- 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>
6 lines
211 B
SQL
6 lines
211 B
SQL
DROP INDEX IF EXISTS idx_email_logs_user_id;
|
|
DROP INDEX IF EXISTS idx_notifications_is_read;
|
|
DROP INDEX IF EXISTS idx_notifications_user_id;
|
|
|
|
DROP TABLE IF EXISTS email_logs;
|
|
DROP TABLE IF EXISTS notifications;
|