Implement public FAQ read endpoints and admin CRUD with RBAC, persistence, and migrations, then regenerate Swagger and add a complete Postman collection so frontend/admin teams can integrate and validate the feature end-to-end. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
151 B
SQL
6 lines
151 B
SQL
DROP INDEX IF EXISTS idx_faqs_display_order;
|
|
DROP INDEX IF EXISTS idx_faqs_category;
|
|
DROP INDEX IF EXISTS idx_faqs_status;
|
|
|
|
DROP TABLE IF EXISTS faqs;
|