2 Commits

Author SHA1 Message Date
giles
3cc5730377 fix: use jsonb cast and EXISTS in page_configs migration
PostgreSQL json type doesn't support equality operators needed by
DISTINCT. Use EXISTS subquery instead and cast to jsonb.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 14:35:31 +00:00
giles
f63a9ec0a7 feat: add page_configs migration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 14:33:23 +00:00