fix(scheduling): correct database column names in scheduled posts #14

Merged
zooper merged 1 commit from scheduled into main 2025-08-10 18:21:02 +00:00
zooper commented 2025-08-10 18:20:53 +00:00 (Migrated from github.com)

Fixed createScheduledPost method to use correct column names:

  • Changed custom_caption/custom_hashtags to caption/hashtags
  • Removed non-existent timezone column
  • Fixed getScheduledPosts query to avoid column name conflicts
  • Made column selection explicit for better debugging

This resolves the issue where scheduled posts were not being created or displayed due to database schema mismatches.

Fixed createScheduledPost method to use correct column names: - Changed custom_caption/custom_hashtags to caption/hashtags - Removed non-existent timezone column - Fixed getScheduledPosts query to avoid column name conflicts - Made column selection explicit for better debugging This resolves the issue where scheduled posts were not being created or displayed due to database schema mismatches.
Sign in to join this conversation.
No description provided.