feat: basic directory navigation

This commit is contained in:
2025-09-17 00:04:12 +00:00
parent d028e69b4f
commit 8f7a9559c0
17 changed files with 456 additions and 47 deletions

View File

@@ -42,7 +42,7 @@ const schema = defineSchema({
"name",
"deletedAt",
])
.index("byPath", ["path", "deletedAt"]),
.index("byPath", ["userId", "path", "deletedAt"]),
})
export default schema