added token sell to bank

This commit is contained in:
Kevsl 2024-06-14 15:48:46 +02:00
parent 77f9f59251
commit 7e9acd5873

View File

@ -1,7 +1,8 @@
import { PrismaClient } from '@prisma/client';
const prisma = new PrismaClient();
async function main() {
const prisma = new PrismaClient();
await this.prisma.role.create({
name: 'user',
});