Doc: Update job artifacts to use p_ci_job_artifacts
What does this MR do and why?
The “Migrating to object storage” section includes a SQL example that queries ci_job_artifacts. In recent GitLab versions (including 18.4), the artifacts table is partitioned as p_ci_job_artifacts shown here gitlab-org/gitlab#440760 (closed). This MR updates the example to use p_ci_job_artifacts
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.