feat(core): store relative path for sessions (#24704)

This commit is contained in:
James Long
2026-04-28 11:51:24 -04:00
committed by GitHub
parent 4a07d7ce92
commit 247e4688a6
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(),