Skip to content

feat: switch event date queries from postmeta to event_dates table#11

Merged
chubes4 merged 1 commit intomainfrom
feature/event-dates-table
Mar 23, 2026
Merged

feat: switch event date queries from postmeta to event_dates table#11
chubes4 merged 1 commit intomainfrom
feature/event-dates-table

Conversation

@chubes4
Copy link
Member

@chubes4 chubes4 commented Mar 23, 2026

Summary

Update upcoming-counts raw SQL and markdown-export to use the new datamachine_event_dates table.

  • upcoming-counts.php — both SQL queries switched from postmeta JOINs to event_dates JOINs
  • markdown-export.phpget_post_meta switched to EventDatesTable::get() with class_exists guard

Depends on

Update upcoming-counts raw SQL and markdown-export get_post_meta to use
the new datamachine_event_dates table from data-machine-events.

- upcoming-counts.php: both SQL queries switched from postmeta to event_dates
- markdown-export.php: get_post_meta switched to EventDatesTable::get()
@chubes4 chubes4 merged commit 9ffc971 into main Mar 23, 2026
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.

1 participant