fix: ENG-QA-GAUNTLET-137 — Create Note SQLAlchemy model with Alembic migration #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/eng-qa-gauntlet-137"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix for ENG-QA-GAUNTLET-137.
Add a Note model in app/models/note.py with fields: id (UUID, primary key, server_default=gen_random_uuid()), title (String(255), not null), content (Text, nullable), created_at (DateTime(timezone=True), server_default=func.now()), updated_at (DateTime(timezone=True), onupdate=func.now()). Create Alembic migration. Import and register in app/models/init.py.
Closed in the 2026-07-27 backlog sweep: open >30 days with conflicts, failing CI, or an empty diff. Nothing here was merged, and the branch is untouched — reopen or re-branch if this work is still wanted. Context: ~/orgh/docs/cyborg/holding/2026-07-26-pr-backlog-triage.md
Pull request closed