mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-24 15:27:00 +08:00
fix: add model seed data
This commit is contained in:
@ -7,6 +7,7 @@ const chatData: Prisma.ChatCreateInput[] = [
|
||||
{
|
||||
id: uuidv4(),
|
||||
createdAt: new Date(),
|
||||
model: {},
|
||||
ctx: {},
|
||||
messages: {
|
||||
create: [
|
||||
|
Reference in New Issue
Block a user