Simplify migration docstring.

This commit is contained in:
Talmaj Marinc 2026-06-30 09:30:41 +02:00
parent c7c18377a3
commit f660307489

View File

@ -2,12 +2,9 @@
Download manager schema. Download manager schema.
Adds the three tables that back the server-side model download manager Adds the three tables that back the server-side model download manager
(PRD section 7): transient job/queue state (``downloads`` + per-segment : transient job/queue state (``downloads`` + per-segment
``download_segments``) and one-API-key-per-host auth (``host_credentials``). ``download_segments``) and one-API-key-per-host auth (``host_credentials``).
The local file catalog / dedup index is intentionally NOT added here it
is owned by the assets system (``assets`` / ``asset_references``).
Revision ID: 0005_download_manager Revision ID: 0005_download_manager
Revises: 0004_drop_tag_type Revises: 0004_drop_tag_type
Create Date: 2026-06-27 Create Date: 2026-06-27