cms.c2sgmbh/src
Martin Porwoll d39cb1cd23 fix: add missing social_platforms columns (oauthEndpoint, tokenValidityDays)
The SocialPlatforms collection config had apiConfig.oauthEndpoint and
apiConfig.tokenValidityDays fields that were never migrated to the DB.
This caused a DrizzleQueryError when resolving social_platforms
relationships (e.g. creating community-interactions), since the SQL
query referenced non-existent columns.

Applied to both dev and production databases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:41:39 +00:00
..
app fix: support slug and where[] query params in custom posts route 2026-02-27 15:58:32 +00:00
blocks feat: add HtmlEmbedBlock and convert zweitmeinu.ng static pages to CMS 2026-02-28 15:44:13 +00:00
collections feat: add HtmlEmbedBlock and convert zweitmeinu.ng static pages to CMS 2026-02-28 15:44:13 +00:00
components/admin fix: resolve global typecheck errors 2026-02-17 08:57:32 +00:00
globals fix: make SEO global read public to prevent 403 during admin SSR 2026-02-25 13:32:00 +00:00
hooks fix: form submission hooks — tenant propagation + email notification 2026-02-17 16:58:40 +00:00
jobs fix: resolve global typecheck errors 2026-02-17 08:57:32 +00:00
lib fix: enforce mandatory tenant parameter on frontend API routes 2026-02-27 15:22:48 +00:00
migrations fix: add missing social_platforms columns (oauthEndpoint, tokenValidityDays) 2026-03-02 15:41:39 +00:00
types feat(community): Phase 2.3 - Meta (Facebook + Instagram) Integration 2026-01-16 21:28:40 +00:00
instrumentation.ts feat: security hardening, monitoring improvements, and API guards 2026-02-17 11:42:56 +00:00
middleware.ts feat(security): enhance CSRF, IP allowlist, and rate limiter with strict production checks 2025-12-18 05:06:15 +00:00
payload-generated-schema.ts feat(Community): add Community Inbox View, Rules Engine, and YouTube OAuth 2026-01-15 16:26:08 +00:00
payload-types.ts feat: multi-tenant contact form refactoring 2026-02-17 16:22:58 +00:00
payload.config.ts fix: make SEO global read public to prevent 403 during admin SSR 2026-02-25 13:32:00 +00:00