Skip to content

Commit

Permalink
fix(core): prompt message tunning (#6747)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 30, 2024
1 parent 2420b28 commit eb7904b
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 142 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { PrismaClient } from '@prisma/client';

import { refreshPrompts } from './utils/prompts';

export class UpdatePrompts1714454280973 {
// do the migration
static async up(db: PrismaClient) {
await refreshPrompts(db);
}

// revert the migration
static async down(_db: PrismaClient) {}
}
Loading

0 comments on commit eb7904b

Please sign in to comment.