You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(db): add platform and scheduled_at to Draft model for scheduling and dashboard
Details:
- Updated Enum with SCHEDULED status.
- Migrated Draft table to include platform and scheduled_at.
- Expanded DraftRepository with get_recent_drafts and get_due_scheduled_drafts methods.
- Generated Alembic migration.
0 commit comments