- 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>
5 lines
243 B
SQL
5 lines
243 B
SQL
DROP INDEX IF EXISTS idx_support_ticket_messages_ticket_id;
|
|
DROP INDEX IF EXISTS idx_support_tickets_status;
|
|
DROP INDEX IF EXISTS idx_support_tickets_user_id;
|
|
DROP TABLE IF EXISTS support_ticket_messages;
|
|
DROP TABLE IF EXISTS support_tickets;
|