feat(core): store relative path for each session
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user