cv page in pretty good state, markdown/html support added to description
This commit is contained in:
@@ -37,6 +37,7 @@ export const cvEntry = createTable(
|
||||
toTime: d.date().notNull(),
|
||||
title: d.varchar({length:50}).notNull(),
|
||||
description: d.text(),
|
||||
hideDates: d.boolean(),
|
||||
createdAt: d
|
||||
.timestamp({ withTimezone: true })
|
||||
.default(sql`CURRENT_TIMESTAMP`)
|
||||
|
||||
Reference in New Issue
Block a user