Undo chat history (#74)
This commit is contained in:
@@ -38,6 +38,7 @@ export const messages = sqliteTable("messages", {
|
||||
approvalState: text("approval_state", {
|
||||
enum: ["approved", "rejected"],
|
||||
}),
|
||||
commitHash: text("commit_hash"),
|
||||
createdAt: integer("created_at", { mode: "timestamp" })
|
||||
.notNull()
|
||||
.default(sql`(unixepoch())`),
|
||||
|
||||
Reference in New Issue
Block a user