aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/schema.ts')
-rw-r--r--packages/db/schema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/db/schema.ts b/packages/db/schema.ts
index d08f0698..d3e97098 100644
--- a/packages/db/schema.ts
+++ b/packages/db/schema.ts
@@ -317,6 +317,7 @@ export const bookmarkLists = sqliteTable(
.primaryKey()
.$defaultFn(() => createId()),
name: text("name").notNull(),
+ description: text("description"),
icon: text("icon").notNull(),
createdAt: createdAtField(),
userId: text("userId")