fix: ENG-QA-GAUNTLET-137 — Create Note SQLAlchemy model with Alembic migration #14

Closed
john wants to merge 0 commits from feat/eng-qa-gauntlet-137 into dev
Owner

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.

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.
Author
Owner

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

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
john closed this pull request 2026-07-26 16:01:45 +00:00
Some checks are pending
CI / CI (pull_request) Successful in 31s
CI / CI (push)
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
haskytech/qa-gauntlet-v3!14
No description provided.