Files
ewoooc/migrations
ogt 47cfd79513 fix: add Migration 016 — playbooks.description column missing from DB schema
Playbook SQLAlchemy model has description column but production DB table
does not, causing seed_playbooks() to fail with UndefinedColumn error.
ADD COLUMN IF NOT EXISTS is idempotent — safe to re-run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 05:01:01 +08:00
..