mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 12:50:09 +00:00
3a9ae4a439
Implements admin approval workflow for user requests with global and per-user auto-approve controls. Adds new request statuses ('awaiting_approval', 'denied'), related API endpoints, and UI for pending approvals. Introduces configurable audiobook organization path template with validation and preview in settings, updates database schema and migrations for new fields.
3 lines
74 B
SQL
3 lines
74 B
SQL
-- AddYearToAudiobook
|
|
ALTER TABLE "audiobooks" ADD COLUMN "year" INTEGER;
|