Skip to content

Fix orphan files query for publishing_versions - #457

Merged
ddon merged 1 commit into
BeamLabEU:devfrom
timujinne:legal-cookie-consent-fix
Mar 27, 2026
Merged

Fix orphan files query for publishing_versions#457
ddon merged 1 commit into
BeamLabEU:devfrom
timujinne:legal-cookie-consent-fix

Conversation

@timujinne

Copy link
Copy Markdown
Contributor

Summary

  • Fix orphan file detection query: use publishing_versions.data->>'featured_image_uuid' instead of non-existent publishing_posts.data->>'featured_image'
  • Aligns with actual schema after publishing module refactor

Test Plan

  • PhoenixKit compiles without errors
  • Pre-commit checks passed (credo, dialyzer, format)

The orphan file detection query referenced the non-existent
publishing_posts.data->>'featured_image' column. Updated to use
publishing_versions.data->>'featured_image_uuid' which matches
the actual schema after the publishing module refactor.
@ddon
ddon merged commit a207883 into BeamLabEU:dev Mar 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants