Skip to content

Commit

Permalink
fix(core): update prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 29, 2024
1 parent 964e475 commit e86d107
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 157 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 UpdatePrompts1714386922280 {
// do the migration
static async up(db: PrismaClient) {
await refreshPrompts(db);
}

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

0 comments on commit e86d107

Please sign in to comment.