feat(core): store relative path for each session

This commit is contained in:
James Long
2026-04-27 21:49:20 -04:00
parent 892fd85ba7
commit 3ca3849f7b
10 changed files with 1460 additions and 4 deletions
@@ -24,6 +24,7 @@ export const SessionTable = sqliteTable(
parent_id: text().$type<SessionID>(),
slug: text().notNull(),
directory: text().notNull(),
path: text(),
title: text().notNull(),
version: text().notNull(),
share_url: text(),