app: todos can be marked started (◐ in progress) without checking off — v0.3.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,7 @@ model Todo {
|
||||
id Int @id @default(autoincrement())
|
||||
text String
|
||||
done Boolean @default(false)
|
||||
started Boolean @default(false)
|
||||
parentId Int?
|
||||
created DateTime @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user