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