Skip to content

Commit

Permalink
Work on conversation rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 8, 2023
1 parent b0f480c commit 7d17a67
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 21 deletions.
2 changes: 2 additions & 0 deletions front/admin/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
Key,
Membership,
MembershipInvitation,
Mention,
Message,
Provider,
RetrievalDocument,
Expand Down Expand Up @@ -69,6 +70,7 @@ async function main() {
await UserMessage.sync({ alter: true });
await AgentMessage.sync({ alter: true });
await Message.sync({ alter: true });
await Mention.sync({ alter: true });

await XP1User.sync({ alter: true });
await XP1Run.sync({ alter: true });
Expand Down
Loading

0 comments on commit 7d17a67

Please sign in to comment.