Files
backend/database/migrations/056_content_status_rejected.sql
Alireza HassaniandCursor 953b87b616 Add public user-products storefront API and website docs.
Expose published customer listings under /tenants/:host/user-products (list, search, details, technical-info) and document them in the website API pack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-10 00:19:13 +03:30

2 lines
62 B
SQL

ALTER TYPE content_status ADD VALUE IF NOT EXISTS 'rejected';