feat(ST-509): add optional description column (max 2000 chars) to Todo
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
af76453dc1
commit
318cb1e1f9
3 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "todos" ADD COLUMN "description" VARCHAR(2000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue